From: Oleg Broytman Date: Sat, 18 Oct 2003 18:32:36 +0000 (+0000) Subject: Preserve newlines - they will be used in the parser. X-Git-Tag: v4.5.3~356 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=bb4a3a44cc1de081e4002f2b135053312c78054e;hp=5d777a96b74954499b7b5d0a6e2e405a77f17efb;p=bookmarks_db.git 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 --- 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: