[Zope3-checkins] CVS: Zope3/src/zope/app/contentdirective - contentdirective.py:1.13
Martijn Faassen
m.faassen@vet.uu.nl
Thu, 1 May 2003 15:36:14 -0400
Update of /cvs-repository/Zope3/src/zope/app/contentdirective
In directory cvs.zope.org:/tmp/cvs-serv30407/zope/app/contentdirective
Modified Files:
contentdirective.py
Log Message:
Importgeddon part the second. Removed unused imports throughout the
source tree. This should have taken care of most unused imports
in Zope 3. :)
=== Zope3/src/zope/app/contentdirective/contentdirective.py 1.12 => 1.13 ===
--- Zope3/src/zope/app/contentdirective/contentdirective.py:1.12 Fri Apr 18 18:12:26 2003
+++ Zope3/src/zope/app/contentdirective/contentdirective.py Thu May 1 15:35:13 2003
@@ -27,7 +27,7 @@
from zope.app.component.classfactory import ClassFactory
from zope.app.component.metaconfigure import resolveInterface
from zope.app.security.protectclass \
- import protectLikeUnto, protectName, checkPermission, protectSetAttribute
+ import protectLikeUnto, protectName, protectSetAttribute
from zope.app.security.registries.permissionregistry import permissionRegistry
from zope.security.proxy import ProxyFactory
from zope.security.checker import NamesChecker, CheckerPublic