[Zope-Checkins] CVS: Zope/lib/python/Products/Sessions/stresstests - stresstestMultiThread.py:1.6.36.1

Chris McDonough chrism at plope.com
Sat Feb 28 15:09:44 EST 2004


Update of /cvs-repository/Zope/lib/python/Products/Sessions/stresstests
In directory cvs.zope.org:/tmp/cvs-serv31571

Modified Files:
      Tag: Zope-2_7-branch
	stresstestMultiThread.py 
Log Message:
Make this test runnable again.


=== Zope/lib/python/Products/Sessions/stresstests/stresstestMultiThread.py 1.6 => 1.6.36.1 ===
--- Zope/lib/python/Products/Sessions/stresstests/stresstestMultiThread.py:1.6	Sat Oct 26 11:48:20 2002
+++ Zope/lib/python/Products/Sessions/stresstests/stresstestMultiThread.py	Sat Feb 28 15:09:44 2004
@@ -35,13 +35,13 @@
 import time, threading, random
 from cPickle import UnpickleableError
 from ZODB.DemoStorage import DemoStorage
-from Products.TemporaryFolder.TemporaryStorage import TemporaryStorage
+from tempstorage.TemporaryStorage import TemporaryStorage
 from OFS.Application import Application
 import sys
 from zLOG import log_time
 sys.setcheckinterval(200)
 
-import fauxtime
+from Products.Transience.tests import fauxtime
 import Products.Transience.Transience
 import Products.Transience.TransientObject
 Products.Transience.Transience.time = fauxtime




More information about the Zope-Checkins mailing list