[Zope3-checkins] CVS: Zope3/src/zope/app -
attributeannotations.py:1.10 location.py:NONE
Philipp von Weitershausen
philikon at philikon.de
Tue Mar 2 12:52:17 EST 2004
Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv28764
Modified Files:
attributeannotations.py
Removed Files:
location.py
Log Message:
Moved location-related code, incl. interfaces and tests, to a new
zope.app.location package.
=== Zope3/src/zope/app/attributeannotations.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/attributeannotations.py:1.9 Fri Feb 20 17:02:27 2004
+++ Zope3/src/zope/app/attributeannotations.py Tue Mar 2 12:51:46 2004
@@ -19,7 +19,7 @@
from zope.app.interfaces.annotation import IAnnotations, IAttributeAnnotatable
from zope.proxy import removeAllProxies
from zope.interface import implements
-from zope.app.interfaces.location import ILocation
+from zope.app.location.interfaces import ILocation
class AttributeAnnotations:
"""Store annotations in the __annotations__ attribute on a
=== Removed File Zope3/src/zope/app/location.py ===
More information about the Zope3-Checkins
mailing list