[Zope3-checkins] 
	SVN: Zope3/branches/jim-adapter/src/zope/app/component/back35.py
	Add missing @ for the decorator.
    Philipp von Weitershausen 
    philikon at philikon.de
       
    Sun Mar 19 12:42:17 EST 2006
    
    
  
Log message for revision 66077:
  Add missing @ for the decorator.
  
Changed:
  U   Zope3/branches/jim-adapter/src/zope/app/component/back35.py
-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/component/back35.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/component/back35.py	2006-03-19 17:08:06 UTC (rev 66076)
+++ Zope3/branches/jim-adapter/src/zope/app/component/back35.py	2006-03-19 17:42:16 UTC (rev 66077)
@@ -549,7 +549,7 @@
     """
     implements(interfaces.IRegistrationManager)
 
-    zope.deprecation.deprecate("Will go away in Zope 3.5")
+    @zope.deprecation.deprecate("Will go away in Zope 3.5")
     def addRegistration(self, reg):
         "See IWriteContainer"
         key = self._chooseName('', reg)
    
    
More information about the Zope3-Checkins
mailing list