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

Changeset 1888

Show
Ignore:
Timestamp:
02/18/08 11:45:31
Author:
fumanchu
Message:

Made Application copy initial config from its class.

Files:

Legend:

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

    r1826 r1888  
    5656        self.namespaces["wsgi"] = self.wsgiapp.namespace_handler 
    5757         
    58         self.config = {} 
     58        self.config = self.__class__.config.copy() 
    5959     
    6060    def __repr__(self): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets