Changeset 1888
- Timestamp:
- 02/18/08 11:45:31
- Files:
-
- trunk/cherrypy/_cptree.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cptree.py
r1826 r1888 56 56 self.namespaces["wsgi"] = self.wsgiapp.namespace_handler 57 57 58 self.config = {}58 self.config = self.__class__.config.copy() 59 59 60 60 def __repr__(self):

