[Zope3-checkins] CVS: Zope3/src/zope/app/externaleditor/tests -
test_external_edit.py:1.4
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Mar 15 08:11:19 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/externaleditor/tests
In directory cvs.zope.org:/tmp/cvs-serv12586/src/zope/app/externaleditor/tests
Modified Files:
test_external_edit.py
Log Message:
Adjust package paths to new location of file representation interfaces.
=== Zope3/src/zope/app/externaleditor/tests/test_external_edit.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/externaleditor/tests/test_external_edit.py:1.3 Sat Mar 13 10:21:17 2004
+++ Zope3/src/zope/app/externaleditor/tests/test_external_edit.py Mon Mar 15 08:10:48 2004
@@ -24,7 +24,7 @@
from zope.app.tests import ztapi
from zope.app.container.contained import contained
from zope.app.content.interfaces import IContentType
-from zope.app.interfaces.file import IReadFile
+from zope.app.filerepresentation.interfaces import IReadFile
from zope.app.file.file import File, FileReadFile
from zope.app.externaleditor.interfaces import IExternallyEditable
More information about the Zope3-Checkins
mailing list