[Python-checkins] python/dist/src/Lib/test test_bsddb.py,1.10,1.11
bwarsaw@users.sourceforge.net
bwarsaw@users.sourceforge.net
Tue, 23 Jul 2002 12:23:24 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv1902
Modified Files:
test_bsddb.py
Log Message:
Oops, missed an import of test_support.
Index: test_bsddb.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_bsddb.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** test_bsddb.py 23 Apr 2002 02:11:03 -0000 1.10
--- test_bsddb.py 23 Jul 2002 19:23:22 -0000 1.11
***************
*** 7,11 ****
import dbhash # Just so we know it's imported
import tempfile
! from test_support import verbose, verify
def test(openmethod, what, ondisk=1):
--- 7,11 ----
import dbhash # Just so we know it's imported
import tempfile
! from test.test_support import verbose, verify
def test(openmethod, what, ondisk=1):