[Zope-Checkins] CVS: Zope/lib/python/zExceptions/tests - testExceptionFormatter.py:1.3
Shane Hathaway
shane@cvs.zope.org
Mon, 10 Jun 2002 16:18:45 -0400
Update of /cvs-repository/Zope/lib/python/zExceptions/tests
In directory cvs.zope.org:/tmp/cvs-serv18980
Modified Files:
testExceptionFormatter.py
Log Message:
Don't accidentally "import Zope".
=== Zope/lib/python/zExceptions/tests/testExceptionFormatter.py 1.2 => 1.3 ===
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