Changeset 1424
- Timestamp:
- 11/03/06 15:17:27
- Files:
-
- trunk/cherrypy/_cprequest.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cprequest.py
r1420 r1424 344 344 # Make a copy of the class hooks 345 345 self.hooks = self.__class__.hooks.copy() 346 self.toolmaps = {} 346 347 self.get_resource(path_info) 347 348 cherrypy._cpconfig._call_namespaces(self.config, self.namespaces)

