X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bkmk_objects.py;h=d15c38e52d440c2a7bc29a827b75e86953917d3a;hb=a01b9869e595d0c1cc5ebeb6f5a1da66d45c3d22;hp=a9567e22134fd70b9adcefe788c2b2bb3a45746f;hpb=d9f2f4316537aea2cf87b2f77bf7d78eb54978a4;p=bookmarks_db.git diff --git a/bkmk_objects.py b/bkmk_objects.py index a9567e2..d15c38e 100644 --- a/bkmk_objects.py +++ b/bkmk_objects.py @@ -1,9 +1,15 @@ -""" - Objects to represent bookmarks.html structure +"""Objects to represent bookmarks.html structure - Written by Oleg Broytman. Copyright (C) 2000-2010 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) 2000-2011 PhiloSoft Design" +__license__ = "GNU GPL" + import os, cgi BKMK_FORMAT = os.environ.get("BKMK_FORMAT", "MOZILLA") @@ -99,8 +105,7 @@ class Writer(Walker): class Robot: - def __init__(self, tempfname, log): - self.tempfname = tempfname + def __init__(self, log): self.log = log def stop(self):