[Zope-Checkins] SVN: Products.Five/branches/1.2/metaconfigure.py
	remove more unnecessary stuff :)
    Philipp von Weitershausen 
    philikon at philikon.de
       
    Sun Aug 13 14:57:44 EDT 2006
    
    
  
Log message for revision 69445:
  remove more unnecessary stuff :)
  
Changed:
  U   Products.Five/branches/1.2/metaconfigure.py
-=-
Modified: Products.Five/branches/1.2/metaconfigure.py
===================================================================
--- Products.Five/branches/1.2/metaconfigure.py	2006-08-13 18:54:56 UTC (rev 69444)
+++ Products.Five/branches/1.2/metaconfigure.py	2006-08-13 18:57:44 UTC (rev 69445)
@@ -15,9 +15,6 @@
 
 $Id$
 """
-from types import ModuleType
-
-from zope.interface import classImplements
 from zope.configuration.exceptions import ConfigurationError
 from zope.app.component import contentdirective
 from Products.Five.security import protectName, initializeClass
@@ -25,7 +22,6 @@
 class ContentDirective(contentdirective.ContentDirective):
 
     def __protectName(self, name, permission_id):
-        "Set a permission on a particular name."
         self.__context.action(
             discriminator = ('five:protectName', self.__class, name),
             callable = protectName,
    
    
More information about the Zope-Checkins
mailing list