[CMF-checkins] SVN: CMF/branches/1.6/CMFCore/TypesTool.py * removed incorrect warning message in TypesTool.manage_addTypeInformation

Rob Miller ra at burningman.com
Sat Nov 19 19:31:25 EST 2005


Log message for revision 40267:
  * removed incorrect warning message in TypesTool.manage_addTypeInformation
  
  

Changed:
  U   CMF/branches/1.6/CMFCore/TypesTool.py

-=-
Modified: CMF/branches/1.6/CMFCore/TypesTool.py
===================================================================
--- CMF/branches/1.6/CMFCore/TypesTool.py	2005-11-20 00:11:33 UTC (rev 40266)
+++ CMF/branches/1.6/CMFCore/TypesTool.py	2005-11-20 00:31:25 UTC (rev 40267)
@@ -857,11 +857,6 @@
         """
         Create a TypeInformation in self.
         """
-        warn('Please use the manage_addTypeInfo function in the '
-             'TypesTool module (exposed as a factory method in the '
-             'CMFCore product); this method on the TypesTool itself '
-             'will disappear in CMF 2.0', DeprecationWarning,
-             stacklevel=2)
         fti = None
         if typeinfo_name:
             info = self.listDefaultTypeInformation()



More information about the CMF-checkins mailing list