[Zope-CVS] SVN: book/trunk/smileyutility/interfaces.py Removed unused imported interface.

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Aug 22 08:30:35 EDT 2004


Log message for revision 27214:
  Removed unused imported interface.
  


Changed:
  U   book/trunk/smileyutility/interfaces.py


-=-
Modified: book/trunk/smileyutility/interfaces.py
===================================================================
--- book/trunk/smileyutility/interfaces.py	2004-08-21 18:16:50 UTC (rev 27213)
+++ book/trunk/smileyutility/interfaces.py	2004-08-22 12:30:35 UTC (rev 27214)
@@ -20,7 +20,7 @@
 
 from zope.app.container.constraints import ContainerTypesConstraint
 from zope.app.container.constraints import ItemTypePrecondition
-from zope.app.container.interfaces import IContained, IContainer
+from zope.app.container.interfaces import IContainer
 from zope.app.file.interfaces import IImage
 
 



More information about the Zope-CVS mailing list