X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=parse_html%2F__init__.py;h=96fa6968a4e4a2b4cd3b5fbdde4875c85f89f9ca;hb=c9cfb54ef36e77aee7187e4533f063d407073ad8;hp=c67f2e7ef30a0ff18233d604a1b8b1f6c54487a9;hpb=9989e73be9690cf0fccab901c9db81711cb9a9e7;p=bookmarks_db.git diff --git a/parse_html/__init__.py b/parse_html/__init__.py index c67f2e7..96fa696 100644 --- a/parse_html/__init__.py +++ b/parse_html/__init__.py @@ -1,9 +1,18 @@ -""" - HTML Parsers wrapper +"""HTML Parsers - Written by Broytman. Copyright (C) 1997-2011 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" + +__all__ = ['parse_html'] + + import codecs universal_charset = "utf-8"