]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk2db.py
Fix(Py3): Fix subrocess: pass bytes streams to `RecordFile`
[bookmarks_db.git] / bkmk2db.py
index e274108f4d03bd42e1d82200ea98df9f0b801565..5a96d7f1f7926496cb8fbe5bcd34a8b5002207b2 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Convert Netscape Navigator's or Mozilla's bookmarks.html to a database
 
 This file is a part of Bookmarks database and Internet robot.
@@ -42,7 +42,8 @@ def run():
         filename = args[0]
 
     else:
-        filename = 'bookmarks.html'  # good name both for DOS (bookmark.htm) and UNIX
+        # good name both for DOS (bookmark.htm) and UNIX
+        filename = 'bookmarks.html'
 
     if report_stats:
         from storage import storage_name