Changeset 2045
- Timestamp:
- 09/27/08 19:29:56
- Files:
-
- trunk/cherrypy/lib/sessions.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/lib/sessions.py
r2021 r2045 144 144 # The instances are created and destroyed per-request. 145 145 cls = self.__class__ 146 if not cls.clean_thread:146 if self.clean_freq and not cls.clean_thread: 147 147 # clean_up is in instancemethod and not a classmethod, 148 148 # so that tool config can be accessed inside the method.

