[Zope3-checkins] CVS: Zope3/src/zope/app/ftp/tests - test_ftpview.py:1.7

Philipp von Weitershausen philikon at philikon.de
Wed Mar 3 05:52:36 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/ftp/tests
In directory cvs.zope.org:/tmp/cvs-serv11424/ftp/tests

Modified Files:
	test_ftpview.py 
Log Message:
Copied, pasted and moved copypastemove interfaces to the new
zope.app.copypastemove package.


=== Zope3/src/zope/app/ftp/tests/test_ftpview.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/ftp/tests/test_ftpview.py:1.6	Mon Mar  1 10:02:52 2004
+++ Zope3/src/zope/app/ftp/tests/test_ftpview.py	Wed Mar  3 05:52:05 2004
@@ -29,7 +29,7 @@
 from zope.app.ftp import FTPView
 from zope.app.tests.placelesssetup import PlacelessSetup
 from zope.interface import implements
-from zope.app.interfaces.copypastemove import IObjectMover
+from zope.app.copypastemove.interfaces import IObjectMover
 from zope.app.container.contained import setitem, Contained
 
 class Directory(demofs.Directory, Contained):




More information about the Zope3-Checkins mailing list