[svn r58028] reverting 58009 - webcheck is actually used although not directly tested.

--HG--
branch : trunk
This commit is contained in:
hpk
2008-09-09 23:53:38 +02:00
parent 0d955758ba
commit 3febdb049d
5 changed files with 0 additions and 4 deletions

6
py/test/web/exception.py Normal file
View File

@@ -0,0 +1,6 @@
class CSSError(Exception):
"""raised when there's a problem with the CSS"""
class HTMLError(Exception):
"""raised when there's a problem with the HTML"""