[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - annotation.py:1.5 size.py:1.4
Martijn Faassen
m.faassen@vet.uu.nl
Thu, 1 May 2003 15:36:22 -0400
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv30407/zope/app/interfaces
Modified Files:
annotation.py size.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/interfaces/annotation.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/interfaces/annotation.py:1.4 Thu Mar 13 15:39:14 2003
+++ Zope3/src/zope/app/interfaces/annotation.py Thu May 1 15:35:21 2003
@@ -17,7 +17,6 @@
"""
from zope.interface import Interface
-from zope.interface import Attribute
class IAnnotatable(Interface):
"""Marker interface for objects that support storing annotations.
=== Zope3/src/zope/app/interfaces/size.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/interfaces/size.py:1.3 Wed Mar 12 05:07:25 2003
+++ Zope3/src/zope/app/interfaces/size.py Thu May 1 15:35:21 2003
@@ -17,7 +17,7 @@
$Id$
"""
-from zope.interface import Interface, Attribute
+from zope.interface import Interface
# basic units:
# 'byte'