diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2005-07-09 22:22:30 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2005-07-09 22:22:30 +0200 |
commit | b230ca5fddd83476685fe6f1ba2ff825e291a1d2 (patch) | |
tree | 5ea04c654a3d86f656fee1d903f3c18f3b3da798 /parsers/__init__.py | |
parent | 14b0704d4aa5c534d42c1dbc61a849a08a39c593 (diff) |
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
Diffstat (limited to 'parsers/__init__.py')
-rw-r--r-- | parsers/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |