Changeset 1133
- Timestamp:
- 06/11/06 21:41:17
- Files:
-
- trunk/cherrypy/_cpengine.py (modified) (1 diff)
- trunk/cherrypy/test/test_etags.py (modified) (1 diff)
- trunk/cherrypy/test/test_static.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cpengine.py
r1126 r1133 8 8 import cherrypy 9 9 from cherrypy import _cprequest 10 from cherrypy.lib import autoreload , cptools10 from cherrypy.lib import autoreload 11 11 12 12 # Use a flag to indicate the state of the application engine. trunk/cherrypy/test/test_etags.py
r1117 r1133 3 3 4 4 import cherrypy 5 from cherrypy.lib import cptools6 5 7 6 trunk/cherrypy/test/test_static.py
r1117 r1133 7 7 8 8 import cherrypy 9 from cherrypy.lib import cptools10 9 11 10

