[Python-checkins] CVS: python/dist/src/Lib/test test_httplib.py,1.1,1.2 test_scope.py,1.19,1.20
Tim Peters
tim_one@users.sourceforge.net
Tue, 25 Sep 2001 12:29:37 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv25609/python/Lib/test
Modified Files:
test_httplib.py test_scope.py
Log Message:
test_support should be imported directly, not via test.test_support.
Index: test_httplib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_httplib.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_httplib.py 2001/04/13 14:57:44 1.1
--- test_httplib.py 2001/09/25 19:29:35 1.2
***************
*** 1,3 ****
! from test.test_support import verify,verbose
import httplib
import StringIO
--- 1,3 ----
! from test_support import verify,verbose
import httplib
import StringIO
Index: test_scope.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_scope.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** test_scope.py 2001/08/07 16:38:19 1.19
--- test_scope.py 2001/09/25 19:29:35 1.20
***************
*** 1,3 ****
! from test.test_support import verify, TestFailed, check_syntax
import warnings
--- 1,3 ----
! from test_support import verify, TestFailed, check_syntax
import warnings