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

Changeset 1841

Show
Ignore:
Timestamp:
01/12/08 19:37:34
Author:
fumanchu
Message:

Fix for #754 (Checker raises false alarm with application-level config namespace).

Files:

Legend:

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

    r1732 r1841  
    166166        ns = ["wsgi"] 
    167167        ns.extend(app.toolboxes.keys()) 
     168        ns.extend(app.namespaces.keys()) 
    168169        ns.extend(app.request_class.namespaces.keys()) 
    169170        ns.extend(cherrypy.config.namespaces.keys()) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets