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