X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bkmk2db.py;h=37308a2a570aba3df1ffc7f66edd19e4f894cc0e;hb=44a2f67461f69b14bb4f6695b0afd29927eef3aa;hp=1e652828692665bfeb64ae242bdb0ca0f9774dbd;hpb=391f68ebaffbf017768a2ca64b4a2aded8a94e41;p=bookmarks_db.git diff --git a/bkmk2db.py b/bkmk2db.py index 1e65282..37308a2 100755 --- a/bkmk2db.py +++ b/bkmk2db.py @@ -1,10 +1,15 @@ -#! /usr/local/bin/python -O -""" - Convert Netscape Navigator's or Mozilla's bookmarks.html to a database +#! /usr/bin/env python +"""Convert Netscape Navigator's or Mozilla's bookmarks.html to a database - Written by BroytMann. Copyright (C) 1997-2003 PhiloSoft Design +This file is a part of Bookmarks database and Internet robot. """ +__version__ = "$Revision$"[11:-2] +__revision__ = "$Id$"[5:-2] +__date__ = "$Date$"[7:-2] +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design" +__license__ = "GNU GPL" import sys, os from getopt import getopt @@ -14,7 +19,7 @@ from bkmk_parser import BkmkParser def run(): optlist, args = getopt(sys.argv[1:], "is") - show_pbar = not __debug__ + show_pbar = True report_stats = 1 for _opt, _arg in optlist: