[Zodb-checkins]
SVN: ZODB/branches/tim-simpler_connection/src/persistent/tests/test_persistent.py
Removed mounds of unused imports.
Tim Peters
tim.one at comcast.net
Tue Oct 26 14:03:29 EDT 2004
Log message for revision 28254:
Removed mounds of unused imports.
Changed:
U ZODB/branches/tim-simpler_connection/src/persistent/tests/test_persistent.py
-=-
Modified: ZODB/branches/tim-simpler_connection/src/persistent/tests/test_persistent.py
===================================================================
--- ZODB/branches/tim-simpler_connection/src/persistent/tests/test_persistent.py 2004-10-26 18:02:20 UTC (rev 28253)
+++ ZODB/branches/tim-simpler_connection/src/persistent/tests/test_persistent.py 2004-10-26 18:03:29 UTC (rev 28254)
@@ -11,12 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-import doctest
-import os
-import sys
-import unittest
-import persistent.tests
from persistent import Persistent
from zope.testing.doctestunit import DocFileSuite
More information about the Zodb-checkins
mailing list