From 3febdb049dcef842b9d1a05e314cce1072f8bb92 Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 9 Sep 2008 23:53:38 +0200 Subject: [PATCH] [svn r58028] reverting 58009 - webcheck is actually used although not directly tested. --HG-- branch : trunk --- contrib/webcheck/readme.txt | 4 ---- {contrib/webcheck => py/test/web}/__init__.py | 0 {contrib/webcheck => py/test/web}/exception.py | 0 {contrib/webcheck => py/test/web}/post_multipart.py | 0 {contrib/webcheck => py/test/web}/webcheck.py | 0 5 files changed, 4 deletions(-) delete mode 100644 contrib/webcheck/readme.txt rename {contrib/webcheck => py/test/web}/__init__.py (100%) rename {contrib/webcheck => py/test/web}/exception.py (100%) rename {contrib/webcheck => py/test/web}/post_multipart.py (100%) rename {contrib/webcheck => py/test/web}/webcheck.py (100%) 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