diff --git a/contrib/webcheck/readme.txt b/contrib/webcheck/readme.txt deleted file mode 100644 index 85405d073..000000000 --- a/contrib/webcheck/readme.txt +++ /dev/null @@ -1,4 +0,0 @@ -this directory contains some code to perform CSS and w3c -validation checks for html strings. - -see webcheck.py diff --git a/contrib/webcheck/__init__.py b/py/test/web/__init__.py similarity index 100% rename from contrib/webcheck/__init__.py rename to py/test/web/__init__.py diff --git a/contrib/webcheck/exception.py b/py/test/web/exception.py similarity index 100% rename from contrib/webcheck/exception.py rename to py/test/web/exception.py diff --git a/contrib/webcheck/post_multipart.py b/py/test/web/post_multipart.py similarity index 100% rename from contrib/webcheck/post_multipart.py rename to py/test/web/post_multipart.py diff --git a/contrib/webcheck/webcheck.py b/py/test/web/webcheck.py similarity index 100% rename from contrib/webcheck/webcheck.py rename to py/test/web/webcheck.py