[Zodb-checkins] CVS: Zope3/lib/python/ZODB/tests - testZODB.py:1.1.86.2

Jeremy Hylton jeremy@zope.com
Sat, 1 Dec 2001 23:30:24 -0500


Update of /cvs-repository/Zope3/lib/python/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv8214

Modified Files:
      Tag: Zope-3x-branch
	testZODB.py 
Log Message:
Remove path hackery, the testrunner handles it.

The same change was mad a while ago on the Zope 2 trunk.


=== Zope3/lib/python/ZODB/tests/testZODB.py 1.1.86.1 => 1.1.86.2 ===
 
-sys.path[0:0] = [os.curdir, os.path.join(os.pardir, os.pardir)]
-
 import ZODB
 import ZODB.FileStorage
 from Persistence import PersistentMapping