[Zope3-checkins] CVS: Zope3/src/zope/app/component/tests -
test_directives.py:1.22
Philipp von Weitershausen
philikon at philikon.de
Tue Mar 2 13:16:42 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/component/tests
In directory cvs.zope.org:/tmp/cvs-serv905/component/tests
Modified Files:
test_directives.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/component/tests/test_directives.py 1.21 => 1.22 ===
--- Zope3/src/zope/app/component/tests/test_directives.py:1.21 Thu Jan 8 19:40:26 2004
+++ Zope3/src/zope/app/component/tests/test_directives.py Tue Mar 2 13:16:11 2004
@@ -44,7 +44,7 @@
from zope.interface import Interface
from zope.testing.doctestunit import DocTestSuite
from zope.app.component.metaconfigure import interface
-from zope.app.interfaces.content import IContentType
+from zope.app.content.interfaces import IContentType
atre = re.compile(' at [0-9a-fA-Fx]+')
More information about the Zope3-Checkins
mailing list