]> git.phdru.name Git - bookmarks_db.git/blobdiff - parse_html/__init__.py
Version 4.5.6: remove absolute directory ~/lib to make it portable
[bookmarks_db.git] / parse_html / __init__.py
index 17800d050ed8b2a372e43741b1ad310a41c421da..1e9393cc0d9263e48270118dffa1353d76dcb819 100644 (file)
@@ -3,21 +3,19 @@
 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 <phd@phdru.name>"
-__copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design"
+__copyright__ = "Copyright (C) 1997-2012 PhiloSoft Design"
 __license__ = "GNU GPL"
 
-__all__ = ['parse_html']
+__all__ = ['parse_html', 'main']
 
 
-from .bkmk_parse_html import parse_html, universal_charset
+from .bkmk_parse_html import parse_html
 
 
 def main():
    import sys
+   from .bkmk_parse_html import universal_charset
 
    l = len(sys.argv)
    if l == 3: