[Zope3-checkins] CVS: Zope3/src/zope/app/component - hooks.py:1.17

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


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

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


=== Zope3/src/zope/app/component/hooks.py 1.16 => 1.17 ===
--- Zope3/src/zope/app/component/hooks.py:1.16	Wed Feb 25 18:02:22 2004
+++ Zope3/src/zope/app/component/hooks.py	Tue Mar  2 12:51:50 2004
@@ -23,7 +23,7 @@
 from zope.proxy import removeAllProxies
 from zope.security.proxy import trustedRemoveSecurityProxy
 from zope.app.traversing import IContainmentRoot
-from zope.app.interfaces.location import ILocation
+from zope.app.location.interfaces import ILocation
 from zope.app.location import locate
 from zope.component.servicenames import Presentation
 from zope.interface import Interface




More information about the Zope3-Checkins mailing list