Changeset 724
- Timestamp:
- 10/07/05 11:05:42
- Files:
-
- trunk/cherrypy/test/test.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test.py
r718 r724 325 325 helper.run_test_suite(self.tests, cls, conf) 326 326 327 328 if __name__ == '__main__': 329 327 def run(): 330 328 # Place this __file__'s grandparent (../../) at the start of sys.path, 331 329 # so that all cherrypy/* imports are from this __file__'s package. … … 352 350 print 353 351 raw_input('hit enter') 352 353 354 if __name__ == '__main__': 355 run()

