]> git.phdru.name Git - bookmarks_db.git/blobdiff - parse_html/beautifulsoup.py
Added __all__.
[bookmarks_db.git] / parse_html / beautifulsoup.py
index ec5542afbe0e72630a3297ec9593db6112c4623a..1b2d3a43c847a15f0080c9e41a4458b4d06bf4ee 100644 (file)
@@ -10,6 +10,9 @@ __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2007-2011 PhiloSoft Design"
 __license__ = "GNU GPL"
 
+__all__ = ['parse_html']
+
+
 import re
 from sgmllib import SGMLParser, SGMLParseError
 from BeautifulSoup import BeautifulSoup, CData