[Zope3-checkins] CVS: Zope3/src/zope/app/security/tests - test_protectclass.py:1.1.2.2
Jim Fulton
jim@zope.com
Tue, 24 Dec 2002 13:07:26 -0500
Update of /cvs-repository/Zope3/src/zope/app/security/tests
In directory cvs.zope.org:/tmp/cvs-serv19434
Modified Files:
Tag: NameGeddon-branch
test_protectclass.py
Log Message:
Fixed import.
=== Zope3/src/zope/app/security/tests/test_protectclass.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/security/tests/test_protectclass.py:1.1.2.1 Mon Dec 23 14:32:21 2002
+++ Zope3/src/zope/app/security/tests/test_protectclass.py Tue Dec 24 13:07:25 2002
@@ -15,7 +15,7 @@
import unittest
-from zope.app.security.tests.test_modulehookup import *
+from zope.app.security.tests.modulehookup import *
from zope.app.security.registries.permissionregistry import permissionRegistry
from zope.testing.cleanup import CleanUp # Base class w registry cleanup
from zope.app.security.protectclass import protectName, protectLikeUnto