* moving in test, misc, code, io directories and py/__init__.py * py/bin/_find.py does not print to stderr anymore * a few fixes to conftest files in other dirs some more fixes and adjustments pending --HG-- branch : trunk
7 lines
164 B
Python
7 lines
164 B
Python
class CSSError(Exception):
|
|
"""raised when there's a problem with the CSS"""
|
|
|
|
class HTMLError(Exception):
|
|
"""raised when there's a problem with the HTML"""
|
|
|