From b230ca5fddd83476685fe6f1ba2ff825e291a1d2 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 9 Jul 2005 20:22:30 +0000 Subject: move htmlparse to a more generic parsers package, cleaning up the code and simplifying dependencies git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@58 86f53f14-5ff3-0310-afe5-9b438ce3f40c --- parsers/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 parsers/__init__.py (limited to 'parsers/__init__.py') diff --git a/parsers/__init__.py b/parsers/__init__.py new file mode 100644 index 0000000..87bc838 --- /dev/null +++ b/parsers/__init__.py @@ -0,0 +1,2 @@ + +# __init__.py - empty file -- cgit v1.2.3