From bb4a3a44cc1de081e4002f2b135053312c78054e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 18 Oct 2003 18:32:36 +0000 Subject: [PATCH] Preserve newlines - they will be used in the parser. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@20 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- bkmk2db.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bkmk2db.py b/bkmk2db.py index e2436f6..3f2f25a 100755 --- a/bkmk2db.py +++ b/bkmk2db.py @@ -2,7 +2,7 @@ """ Convert Netscape Navigator's or Mozilla's bookmarks.html to a database - Written by BroytMann, Jun 1997 - Aug 2002. Copyright (C) 1997-2002 PhiloSoft Design + Written by BroytMann. Copyright (C) 1997-2003 PhiloSoft Design """ @@ -84,7 +84,7 @@ def run(): lng = lng + len(line) + dos_add pbar.display(lng) - line = line.strip() + #line = line.strip() line_no = line_no + 1 try: -- 2.39.2