X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=parse_html%2Fbkmk_parse_html.py;h=862fa2b5b2fae79903a3440989fef0f41eec8ab4;hb=1249f2d538e9d679421d7bbb59dfac33fad537f4;hp=014f477aed22c219d3644ce2f47ab6d2fd18b4b0;hpb=f51dfd36f4fa565860ec20eb9f5c5fdac937276e;p=bookmarks_db.git diff --git a/parse_html/bkmk_parse_html.py b/parse_html/bkmk_parse_html.py index 014f477..862fa2b 100644 --- a/parse_html/bkmk_parse_html.py +++ b/parse_html/bkmk_parse_html.py @@ -3,11 +3,8 @@ 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" +__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design" __license__ = "GNU GPL" __all__ = ['parse_html', 'universal_charset']