OSDN Git Service

fix auto-import htmltree.py
[htmltree-py/htmltree.git] / __init__.py
index e69de29..fca68f4 100644 (file)
@@ -0,0 +1,16 @@
+# Copyright (c) 2011 hylom <hylomm at gmail.com>\r
+# All rights reserved.\r
+#\r
+# This module is released under BSD License.\r
+# http://www.opensource.org/licenses/bsd-license.php\r
+#\r
+"""htmltree module\r
+\r
+Parse and convert HTML to tree-style object\r
+"""\r
+#__all__ = ["htmltree"]\r
+\r
+import htmltree\r
+from htmltree import parse \r
+\r
+version = (0, 2, 1)\r