X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=parse_html%2Flxml.py;h=01dd7591d8a35e97bc90bdfdcb909fdef8c2adf8;hb=c9cfb54ef36e77aee7187e4533f063d407073ad8;hp=30d43a42df57c58c084d94c1cc22aca0fefee39c;hpb=832eb757ef7f81abf1e431ce16f368c10dd57962;p=bookmarks_db.git diff --git a/parse_html/lxml.py b/parse_html/lxml.py index 30d43a4..01dd759 100644 --- a/parse_html/lxml.py +++ b/parse_html/lxml.py @@ -10,6 +10,9 @@ __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2010, 2011 PhiloSoft Design" __license__ = "GNU GPL" +__all__ = ['parse_html'] + + from lxml.html import parse from .util import HTMLParser