[Zope3-checkins] CVS: Zope3/src/zope/app/component/tests - test_servicedirective.py:1.3
Jim Fulton
jim@zope.com
Mon, 30 Dec 2002 22:35:38 -0500
Update of /cvs-repository/Zope3/src/zope/app/component/tests
In directory cvs.zope.org:/tmp/cvs-serv32330/src/zope/app/component/tests
Modified Files:
test_servicedirective.py
Log Message:
More renaming.
=== Zope3/src/zope/app/component/tests/test_servicedirective.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/component/tests/test_servicedirective.py:1.2 Wed Dec 25 09:12:46 2002
+++ Zope3/src/zope/app/component/tests/test_servicedirective.py Mon Dec 30 22:35:07 2002
@@ -187,7 +187,7 @@
# Need to "log someone in" to turn on checks
- from zope.security.securitymanagement import newSecurityManager
+ from zope.security.management import newSecurityManager
newSecurityManager('someuser')
service = getService(None, "Foo")