[Python-checkins] python/dist/src/Lib/test test_complex.py, 1.13, 1.14

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Tue Aug 5 09:55:41 EDT 2003


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv5704/Lib/test

Modified Files:
	test_complex.py 
Log Message:
Remove useless import.


Index: test_complex.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_complex.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** test_complex.py	5 Aug 2003 15:34:34 -0000	1.13
--- test_complex.py	5 Aug 2003 15:55:38 -0000	1.14
***************
*** 1,3 ****
! import unittest, os, math
  from test import test_support
  
--- 1,3 ----
! import unittest, os
  from test import test_support
  





More information about the Python-checkins mailing list