Changeset 1543
- Timestamp:
- 12/21/06 01:19:52
- Files:
-
- trunk/cherrypy/_cpchecker.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cpchecker.py
r1541 r1543 110 110 if section in self.obsolete: 111 111 warnings.warn("%r is obsolete. Use %r instead." 112 % (section, self.obsolete[ conf]))112 % (section, self.obsolete[section])) 113 113 elif section in self.deprecated: 114 114 warnings.warn("%r is deprecated. Use %r instead." 115 % (section, self.decprecated[ conf]))115 % (section, self.decprecated[section])) 116 116 117 117 def check_compatibility(self):

