[Zope3-checkins] CVS: Zope3/src/zope/app/fssync - fspickle.py:1.4

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


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

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


=== Zope3/src/zope/app/fssync/fspickle.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/fssync/fspickle.py:1.3	Wed Jan 14 16:50:30 2004
+++ Zope3/src/zope/app/fssync/fspickle.py	Tue Mar  2 12:51:51 2004
@@ -69,7 +69,7 @@
 
 from zope.app import location
 from zope.app import zapi
-from zope.app.interfaces.location import ILocation
+from zope.app.location.interfaces import ILocation
 from zope.app.interfaces.traversing import IContainmentRoot
 from zope.app.interfaces.traversing import ITraverser
 




More information about the Zope3-Checkins mailing list