Changeset 710
- Timestamp:
- 10/03/05 12:04:59
- Files:
-
- trunk/cherrypy/_cperror.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cperror.py
r708 r710 211 211 def __init__(self, path=None): 212 212 if path is None: 213 import cherrypy 213 214 path = cherrypy.request.path 214 215 self.args = (path,)

