[Checkins] SVN: zope.app.component/trunk/src/zope/app/component/contentdirective.py Remove unused imports

Dan Korostelev nadako at gmail.com
Sat Dec 13 17:05:49 EST 2008


Log message for revision 94037:
  Remove unused imports

Changed:
  U   zope.app.component/trunk/src/zope/app/component/contentdirective.py

-=-
Modified: zope.app.component/trunk/src/zope/app/component/contentdirective.py
===================================================================
--- zope.app.component/trunk/src/zope/app/component/contentdirective.py	2008-12-13 18:48:34 UTC (rev 94036)
+++ zope.app.component/trunk/src/zope/app/component/contentdirective.py	2008-12-13 22:05:49 UTC (rev 94037)
@@ -17,9 +17,7 @@
 """
 __docformat__ = 'restructuredtext'
 
-import warnings
 from types import ModuleType
-from persistent.interfaces import IPersistent
 
 from zope.component.interfaces import IFactory
 from zope.component.factory import Factory
@@ -28,7 +26,6 @@
 from zope.interface import classImplements
 from zope.schema.interfaces import IField
 from zope.configuration.exceptions import ConfigurationError
-from zope.location.interfaces import ILocation
 
 from zope.app.security.protectclass import protectLikeUnto, protectName
 from zope.app.security.protectclass import protectSetAttribute



More information about the Checkins mailing list