Changeset 1317
- Timestamp:
- 09/02/06 04:20:11
- Files:
-
- trunk/cherrypy/test/modpy.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/modpy.py
r1275 r1317 32 32 import time 33 33 34 from cherrypy import test34 from cherrypy.test import test 35 35 36 36 … … 125 125 126 126 def _run(self, conf): 127 from cherrypy import webtest127 from cherrypy.test import webtest 128 128 webtest.WebCase.PORT = self.port 129 129 print

