X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=blobdiff_plain;f=bkmk2db.py;h=34fca60d21fa8ced2434430a1c0de314440d4f33;hp=954b246d3a45a7269c6ccad15b43cb4b9a60cf02;hb=96e39d55c791326368ff14d538850e14ba5a2c97;hpb=9edef5a570ea28f7c06d8d92fdd70afe0ea86809 diff --git a/bkmk2db.py b/bkmk2db.py index 954b246..34fca60 100755 --- a/bkmk2db.py +++ b/bkmk2db.py @@ -1,10 +1,12 @@ #! /usr/bin/env python -""" - Convert Netscape Navigator's or Mozilla's bookmarks.html to a database +"""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. """ +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design" +__license__ = "GNU GPL" import sys, os from getopt import getopt @@ -14,7 +16,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: