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

Changeset 1140

Show
Ignore:
Timestamp:
06/12/06 01:14:25
Author:
fumanchu
Message:

Fixed bad import in test_http.py

Files:

Legend:

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

    r1094 r1140  
    1313import threading 
    1414import cherrypy 
    15 from cherrypy import _cphttptools 
     15from cherrypy import _cprequest 
    1616 
    1717 
     
    3131        def gc_stats(self): 
    3232            return "%s %s %s %s" % (gc.collect(), 
    33                                     len(get_instances(_cphttptools.Request)), 
    34                                     len(get_instances(_cphttptools.Response)), 
     33                                    len(get_instances(_cprequest.Request)), 
     34                                    len(get_instances(_cprequest.Response)), 
    3535                                    len(gc.get_referrers(data))) 
    3636        gc_stats.exposed = True 

Hosted by WebFaction

Log in as guest/cpguest to create tickets