Changeset 848
- Timestamp:
- 11/28/05 13:40:56
- Files:
-
- trunk/cherrypy/test/test_states.py (modified) (1 diff)
- trunk/tools/linefeed.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test_states.py
r846 r848 240 240 port = int(sys.argv[2]) 241 241 if cmd == "-localhosts": 242 run_ hosts(port)242 run_localhosts(port) 243 243 sys.exit(0) 244 244 host = sys.argv[1].strip("\"'") trunk/tools/linefeed.py
r109 r848 11 11 filelist = [] 12 12 for directory in ['/tools','/cherrypy','/cherrypy/lib/filter','/', 13 '/cherrypy/lib','/cherrypy/test','/cherrypy/tutorial']: 13 '/cherrypy/filters','/cherrypy/lib','/cherrypy/test', 14 '/cherrypy/tutorial']: 14 15 filelist.extend(glob.glob(basepath+directory+'/*.py')) 15 16 filelist.extend(glob.glob(basepath+directory+'/*.conf'))

