[Zope3-checkins] CVS: Zope3/src/zope/app/security/tests - test_zopepolicy.py:1.6
Jim Fulton
jim@zope.com
Tue, 11 Mar 2003 11:11:55 -0500
Update of /cvs-repository/Zope3/src/zope/app/security/tests
In directory cvs.zope.org:/tmp/cvs-serv10749/src/zope/app/security/tests
Modified Files:
test_zopepolicy.py
Log Message:
Broke the module zope/app/interfaces/services/interfaces.py, into two
separate more-focussed modules:
zope/app/interfaces/services/adapter.py, and
zope/app/interfaces/services/view.py
and also moved some interfaces to:
zope/app/interfaces/services/service.py
and adjusted various dotted names to reflect the new locations.
=== Zope3/src/zope/app/security/tests/test_zopepolicy.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/security/tests/test_zopepolicy.py:1.5 Mon Mar 3 18:16:12 2003
+++ Zope3/src/zope/app/security/tests/test_zopepolicy.py Tue Mar 11 11:11:20 2003
@@ -52,7 +52,7 @@
from zope.app.services.tests.placefulsetup\
import PlacefulSetup
from zope.app.security.zopepolicy import permissionsOfPrincipal
-from zope.app.interfaces.services.interfaces import ISimpleService
+from zope.app.interfaces.services.service import ISimpleService
class Context:
def __init__(self, user, stack=[]):