[Zope-Checkins] CVS: Releases/Zope/lib/python/Products/Sessions/tests - testSessionDataManager.py:1.10
Fred L. Drake, Jr.
fdrake@acm.org
Wed, 10 Apr 2002 23:08:45 -0400
Update of /cvs-repository/Releases/Zope/lib/python/Products/Sessions/tests
In directory cvs.zope.org:/tmp/cvs-serv8811/tests
Modified Files:
testSessionDataManager.py
Log Message:
Remove unused import of deprecated module.
=== Releases/Zope/lib/python/Products/Sessions/tests/testSessionDataManager.py 1.9 => 1.10 ===
from DateTime import DateTime
from unittest import TestCase, TestSuite, TextTestRunner, makeSuite
-import time, threading, whrandom
+import time, threading
from cPickle import UnpickleableError
from ZODB.DemoStorage import DemoStorage
from OFS.Application import Application