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

Changeset 1543

Show
Ignore:
Timestamp:
12/21/06 01:19:52
Author:
fumanchu
Message:

Fix for the fix.

Files:

Legend:

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

    r1541 r1543  
    110110                if section in self.obsolete: 
    111111                    warnings.warn("%r is obsolete. Use %r instead." 
    112                                   % (section, self.obsolete[conf])) 
     112                                  % (section, self.obsolete[section])) 
    113113                elif section in self.deprecated: 
    114114                    warnings.warn("%r is deprecated. Use %r instead." 
    115                                   % (section, self.decprecated[conf])) 
     115                                  % (section, self.decprecated[section])) 
    116116     
    117117    def check_compatibility(self): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets