X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=blobdiff_plain;f=parse_html%2F__init__.py;h=f73c0099135249c7bc065f76e30dd2397e144ca4;hp=17800d050ed8b2a372e43741b1ad310a41c421da;hb=37e5ca9a47342470bd5f7e92238236e1d4be0a45;hpb=9cc1d56e39512603672c51f263f0b6080ec1c3c2 diff --git a/parse_html/__init__.py b/parse_html/__init__.py index 17800d0..f73c009 100644 --- a/parse_html/__init__.py +++ b/parse_html/__init__.py @@ -10,14 +10,15 @@ __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 1997-2011 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: