From 37e5ca9a47342470bd5f7e92238236e1d4be0a45 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 6 Jan 2011 19:12:59 +0000 Subject: [PATCH] Export main. Import universal_charset only in main. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@325 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- parse_html/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: -- 2.39.2