]> git.phdru.name Git - bookmarks_db.git/blobdiff - db2bkmk.py
Feat: Set shebang to `python3`
[bookmarks_db.git] / db2bkmk.py
index 7d9ab2cd6e8a65b0989f5828b3c4299f662307c7..c649ae91fe806ab15538012cb9ff8a985f9de255 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Convert a bkmk database back to bookmarks.html
 (or other format defined by writer)
 
@@ -63,7 +63,6 @@ def run():
         sys.stdout.flush()
 
     if transl:
-        new_ext = str(transl)
         transl_d = {}
 
         from m_lib.flad import fladm