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

Changeset 1423

Show
Ignore:
Timestamp:
11/03/06 13:40:14
Author:
fumanchu
Message:

Concurrency bug.

Files:

Legend:

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

    r1422 r1423  
    322322        map = cherrypy.request.toolmaps.get(self.namespace) 
    323323        if map: 
    324             for name, settings in map.iteritems(): 
     324            for name, settings in map.items(): 
    325325                if settings.get("on", False): 
    326326                    tool = getattr(self, name) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets