Changeset 1308
- Timestamp:
- 09/01/06 16:11:51
- Files:
-
- trunk/cherrypy/_cperror.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cperror.py
r1281 r1308 6 6 from cherrypy.lib import http as _http 7 7 8 import exceptions 9 class Exception(exceptions.Exception): 10 pass 8 11 9 12 class InternalRedirect(Exception):

