summaryrefslogtreecommitdiff
path: root/src/zope/configuration/tests/test_zopeconfigure.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/configuration/tests/test_zopeconfigure.py')
-rw-r--r--src/zope/configuration/tests/test_zopeconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zope/configuration/tests/test_zopeconfigure.py b/src/zope/configuration/tests/test_zopeconfigure.py
index f5f34b2..d11f924 100644
--- a/src/zope/configuration/tests/test_zopeconfigure.py
+++ b/src/zope/configuration/tests/test_zopeconfigure.py
@@ -37,5 +37,5 @@ class ZopeConfigureTests(unittest.TestCase):
self.assertEqual(zc.basepath, os.path.dirname(zct.__file__))
-class Context(object):
+class Context:
basepath = None