[Checkins] SVN: z3ext.controlpanel/trunk/src/z3ext/controlpanel/storage.py

Nikolay Kim fafhrd at datacom.kz
Wed Oct 22 22:34:34 EDT 2008


Log message for revision 92493:
  

Changed:
  U   z3ext.controlpanel/trunk/src/z3ext/controlpanel/storage.py

-=-
Modified: z3ext.controlpanel/trunk/src/z3ext/controlpanel/storage.py
===================================================================
--- z3ext.controlpanel/trunk/src/z3ext/controlpanel/storage.py	2008-10-23 02:29:36 UTC (rev 92492)
+++ z3ext.controlpanel/trunk/src/z3ext/controlpanel/storage.py	2008-10-23 02:34:33 UTC (rev 92493)
@@ -22,6 +22,7 @@
 from zope.app.container.btree import BTreeContainer
 from zope.app.component.hooks import getSite
 from zope.app.component.interfaces import ILocalSiteManager
+from zope.annotation.interfaces import IAttributeAnnotatable
 
 from interfaces import IConfiglet, IConfigletData, IRootConfiglet
 from interfaces import IConfigletDataStorage, IConfigletDataFactory
@@ -97,7 +98,7 @@
 
     """
     
-    interface.implements(IConfigletData)
+    interface.implements(IConfigletData, IAttributeAnnotatable)
 
     def get(self, name, default=None):
         if name in self:



More information about the Checkins mailing list