Changeset 1617
- Timestamp:
- 02/14/07 15:54:07
- Files:
-
- trunk/README.txt (modified) (1 diff)
- trunk/cherrypy/_cperror.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/README.txt
r164 r1617 9 9 python test.py 10 10 11 Or to run individual tests type: 11 12 13 python test.py --test_foo --test_bar trunk/cherrypy/_cperror.py
r1540 r1617 6 6 from cherrypy.lib import http as _http 7 7 8 import exceptions 9 class CherryPyException(exceptions.Exception): 8 class CherryPyException(Exception): 10 9 pass 11 10

