[Zope3-checkins] CVS: Zope3/src/zope/app/container - contained.py:1.8

Philipp von Weitershausen philikon at philikon.de
Tue Mar 2 12:52:21 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/container
In directory cvs.zope.org:/tmp/cvs-serv28764/container

Modified Files:
	contained.py 
Log Message:
Moved location-related code, incl. interfaces and tests, to a new
zope.app.location package.


=== Zope3/src/zope/app/container/contained.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/container/contained.py:1.7	Wed Feb 25 18:02:23 2004
+++ Zope3/src/zope/app/container/contained.py	Tue Mar  2 12:51:51 2004
@@ -36,7 +36,7 @@
 from zope.app.interfaces.container import IObjectAddedEvent
 from zope.app.interfaces.container import IObjectMovedEvent
 from zope.app.interfaces.container import IObjectRemovedEvent
-from zope.app.interfaces.location import ILocation
+from zope.app.location.interfaces import ILocation
 from zope.app.container._zope_app_container_contained import ContainedProxyBase
 from zope.app.container._zope_app_container_contained import getProxiedObject
 




More information about the Zope3-Checkins mailing list