Changeset 1276
- Timestamp:
- 08/24/06 02:06:16
- Files:
-
- trunk/cherrypy/__init__.py (modified) (1 diff)
- trunk/cherrypy/lib/cptools.py (modified) (1 diff)
- trunk/cherrypy/test/test_gzip.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/__init__.py
r1275 r1276 14 14 from cherrypy import _cptree 15 15 tree = _cptree.Tree() 16 from cherrypy from_cptree import Application16 from cherrypy._cptree import Application 17 17 from cherrypy import _cpengine 18 18 engine = _cpengine.Engine() trunk/cherrypy/lib/cptools.py
r1274 r1276 2 2 3 3 import cherrypy 4 from cherrypy import http as _http4 from cherrypy.lib import http as _http 5 5 6 6 trunk/cherrypy/test/test_gzip.py
r1275 r1276 1 from cherrypy import test1 from cherrypy.test import test 2 2 test.prefer_parent_path() 3 3

