Skip to content

Commit

Permalink
Don't accidentally "import Zope".
Browse files Browse the repository at this point in the history
  • Loading branch information
hathawsh committed Jun 10, 2002
1 parent 1bc8e31 commit 1b05cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testExceptionFormatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
ExceptionFormatter tests.
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 unittest import TestCase, TestSuite, main, makeSuite

try:
from Zope.Testing.CleanUp import CleanUp # Base class w registry cleanup
from Testing.CleanUp import CleanUp # Base class w registry cleanup
except ImportError:
class CleanUp:
pass
Expand Down

0 comments on commit 1b05cb2

Please sign in to comment.