[Zope3-checkins] CVS: Zope3/src/zope/app/apidoc/zcmlmodule - __init__.py:1.4

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


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

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


=== Zope3/src/zope/app/apidoc/zcmlmodule/__init__.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/apidoc/zcmlmodule/__init__.py:1.3	Tue Mar  2 10:48:36 2004
+++ Zope3/src/zope/app/apidoc/zcmlmodule/__init__.py	Tue Mar  2 12:51:49 2004
@@ -25,7 +25,7 @@
 from zope.configuration import docutils, xmlconfig
 from zope.interface import implements
 
-from zope.app.interfaces.location import ILocation
+from zope.app.location.interfaces import ILocation
 from zope.app.apidoc.interfaces import IDocumentationModule
 from zope.app.apidoc.utilities import ReadContainerBase
 




More information about the Zope3-Checkins mailing list