X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bkmk2db.py;h=e3971a6b3177c53368b93d04674515b7eda12e5c;hb=e22c9b34182445a2ce878453d6be1cf52d467661;hp=483c0a5be0d9dd4008efa01949e3e3e9f9067a2b;hpb=d7a67c44edee1994505e3bf501e6af63ffd1ef36;p=bookmarks_db.git diff --git a/bkmk2db.py b/bkmk2db.py index 483c0a5..e3971a6 100755 --- a/bkmk2db.py +++ b/bkmk2db.py @@ -5,8 +5,10 @@ This file is a part of Bookmarks database and Internet robot. """ from __future__ import print_function -import sys, os from getopt import getopt +import os +import sys + from bkmk_parser import BkmkParser @@ -40,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