X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=db2bkmk.py;fp=db2bkmk.py;h=da9bf527f8f86f1a0741fd494bd4a91539ac40ce;hb=c2ea4e82718b903aa123dd77490f36657383b0ca;hp=78618e712709404234e4b461c1a25a4866899023;hpb=4ced9933b914c5569cba1c29c9ae21c3de123acc;p=bookmarks_db.git diff --git a/db2bkmk.py b/db2bkmk.py index 78618e7..da9bf52 100755 --- a/db2bkmk.py +++ b/db2bkmk.py @@ -22,7 +22,7 @@ def run(): output_filename = writer.filename transl = 0 - transl_name = "" # dictionary translation; default is no translation + transl_name = "" # dictionary translation; default is no translation for _opt, _arg in optlist: if _opt == '-s': @@ -79,7 +79,7 @@ def run(): else: raise ValueError("transl (%d) must be 1 or 2" % transl) - del transl_db # Save few bytes of memory + del transl_db # Save few bytes of memory from bkmk_objects import Walker class Transl(Walker):