Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 848

Show
Ignore:
Timestamp:
11/28/05 13:40:56
Author:
rdelon
Message:

Fixed typo in test_states

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/test/test_states.py

    r846 r848  
    240240            port = int(sys.argv[2]) 
    241241        if cmd == "-localhosts": 
    242             run_hosts(port) 
     242            run_localhosts(port) 
    243243            sys.exit(0) 
    244244        host = sys.argv[1].strip("\"'") 
  • trunk/tools/linefeed.py

    r109 r848  
    1111    filelist = [] 
    1212    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']: 
    1415        filelist.extend(glob.glob(basepath+directory+'/*.py')) 
    1516        filelist.extend(glob.glob(basepath+directory+'/*.conf')) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets