[Python-checkins] python/dist/src/Lib/test test_xpickle.py,1.1,1.2

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 13 Feb 2003 11:37:21 -0800


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

Modified Files:
	test_xpickle.py 
Log Message:
Removed unused cut'n'paste import.


Index: test_xpickle.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_xpickle.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_xpickle.py	13 Feb 2003 19:30:57 -0000	1.1
--- test_xpickle.py	13 Feb 2003 19:37:19 -0000	1.2
***************
*** 7,11 ****
  import cPickle
  import unittest
- from cStringIO import StringIO
  
  from test import test_support
--- 7,10 ----