]> git.phdru.name Git - bookmarks_db.git/blobdiff - parse_html/__init__.py
Added __all__.
[bookmarks_db.git] / parse_html / __init__.py
index 95ab357203fc8dadb0114c50ba55e63eaed2aef0..96fa6968a4e4a2b4cd3b5fbdde4875c85f89f9ca 100644 (file)
@@ -10,6 +10,9 @@ __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 1997-2011 PhiloSoft Design"
 __license__ = "GNU GPL"
 
+__all__ = ['parse_html']
+
+
 import codecs
 
 universal_charset = "utf-8"