[Zope3-checkins] CVS: Zope3/src/zope/app/apidoc/ifacemodule - menu.py:1.2

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


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

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


=== Zope3/src/zope/app/apidoc/ifacemodule/menu.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/apidoc/ifacemodule/menu.py:1.1	Thu Feb 19 15:46:41 2004
+++ Zope3/src/zope/app/apidoc/ifacemodule/menu.py	Tue Mar  2 12:51:47 2004
@@ -23,7 +23,7 @@
 from zope.proxy import removeAllProxies
 
 from zope.app import zapi
-from zope.app.interfaces.location import ILocation
+from zope.app.location.interfaces import ILocation
 from zope.app.location import LocationProxy
 from zope.app.tree.interfaces import IChildObjects
 




More information about the Zope3-Checkins mailing list