summaryrefslogtreecommitdiff
path: root/src/zope/security/tests/test_protectclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/security/tests/test_protectclass.py')
-rw-r--r--src/zope/security/tests/test_protectclass.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zope/security/tests/test_protectclass.py b/src/zope/security/tests/test_protectclass.py
index 759f151..2f8e490 100644
--- a/src/zope/security/tests/test_protectclass.py
+++ b/src/zope/security/tests/test_protectclass.py
@@ -16,6 +16,7 @@
import unittest
from zope.security.interfaces import PUBLIC_PERMISSION_NAME as zope_Public
+
class Test_protectName(unittest.TestCase):
def setUp(self):