[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces -
container.py:1.10 location.py:NONE
Philipp von Weitershausen
philikon at philikon.de
Tue Mar 2 12:52:22 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv28764/interfaces
Modified Files:
container.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/interfaces/container.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/interfaces/container.py:1.9 Tue Feb 24 09:17:32 2004
+++ Zope3/src/zope/app/interfaces/container.py Tue Mar 2 12:51:52 2004
@@ -19,7 +19,7 @@
from zope.component.interfaces import IView
from zope.interface.common.mapping import IItemMapping
from zope.interface.common.mapping import IReadMapping, IEnumerableMapping
-from zope.app.interfaces.location import ILocation
+from zope.app.location.interfaces import ILocation
from zope.app.interfaces.event import IObjectEvent
class DuplicateIDError(KeyError):
=== Removed File Zope3/src/zope/app/interfaces/location.py ===
More information about the Zope3-Checkins
mailing list