[Zope3-checkins]
SVN: Zope3/branches/jim-adapter/src/zope/app/dublincore/tests/test_creatorannotator.py
Remove a really silly zope.app dependency.
Brian Sutherland
jinty at web.de
Tue Apr 11 19:27:02 EDT 2006
Log message for revision 66872:
Remove a really silly zope.app dependency.
Changed:
U Zope3/branches/jim-adapter/src/zope/app/dublincore/tests/test_creatorannotator.py
-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/dublincore/tests/test_creatorannotator.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/dublincore/tests/test_creatorannotator.py 2006-04-11 23:15:08 UTC (rev 66871)
+++ Zope3/branches/jim-adapter/src/zope/app/dublincore/tests/test_creatorannotator.py 2006-04-11 23:27:01 UTC (rev 66872)
@@ -24,7 +24,7 @@
from zope.app.dublincore.creatorannotator import CreatorAnnotator
from zope.app.dublincore.interfaces import IZopeDublinCore
-from zope.app.security.interfaces import IPrincipal
+from zope.security.interfaces import IPrincipal
from zope.security.management import newInteraction, endInteraction
class IDummyContent(Interface):
More information about the Zope3-Checkins
mailing list