Commit 1b063f12 authored by Shane Hathaway's avatar Shane Hathaway

Don't accidentally "import Zope".

parent 38827f1f
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
ExceptionFormatter tests. ExceptionFormatter tests.
Revision information: Revision information:
$Id: testExceptionFormatter.py,v 1.2 2002/04/03 20:44:00 shane Exp $ $Id: testExceptionFormatter.py,v 1.3 2002/06/10 20:18:45 shane Exp $
""" """
from __future__ import nested_scopes from __future__ import nested_scopes
...@@ -23,7 +23,7 @@ from __future__ import nested_scopes ...@@ -23,7 +23,7 @@ from __future__ import nested_scopes
from unittest import TestCase, TestSuite, main, makeSuite from unittest import TestCase, TestSuite, main, makeSuite
try: try:
from Zope.Testing.CleanUp import CleanUp # Base class w registry cleanup from Testing.CleanUp import CleanUp # Base class w registry cleanup
except ImportError: except ImportError:
class CleanUp: class CleanUp:
pass pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment