[Zope3-checkins] CVS: Zope3/src/zope/app/externaleditor/tests -
test_external_edit.py:1.2
Philipp von Weitershausen
philikon at philikon.de
Tue Mar 2 13:16:48 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/externaleditor/tests
In directory cvs.zope.org:/tmp/cvs-serv905/externaleditor/tests
Modified Files:
test_external_edit.py
Log Message:
Revived the zope.app.content package to contain content-related code,
incl. interfaces (IContentType), which was moved from
zope.app.interfaces.content.
=== Zope3/src/zope/app/externaleditor/tests/test_external_edit.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/externaleditor/tests/test_external_edit.py:1.1 Fri Feb 27 09:23:17 2004
+++ Zope3/src/zope/app/externaleditor/tests/test_external_edit.py Tue Mar 2 13:16:13 2004
@@ -23,7 +23,7 @@
from zope.app.services.tests.placefulsetup import PlacefulSetup
from zope.app.tests import ztapi
from zope.app.container.contained import contained
-from zope.app.interfaces.content import IContentType
+from zope.app.content.interfaces import IContentType
from zope.app.interfaces.file import IReadFile
from zope.app.file.file import File, FileReadFile
More information about the Zope3-Checkins
mailing list