[Python-3000-checkins] r60332 - python/branches/py3k/Lib/test/test_rational.py

neal.norwitz python-3000-checkins at python.org
Sat Jan 26 22:52:30 CET 2008


Author: neal.norwitz
Date: Sat Jan 26 22:52:30 2008
New Revision: 60332

Modified:
   python/branches/py3k/Lib/test/test_rational.py
Log:
Get this test to run

Modified: python/branches/py3k/Lib/test/test_rational.py
==============================================================================
--- python/branches/py3k/Lib/test/test_rational.py	(original)
+++ python/branches/py3k/Lib/test/test_rational.py	Sat Jan 26 22:52:30 2008
@@ -7,7 +7,7 @@
 import rational
 import unittest
 from copy import copy, deepcopy
-from cPickle import dumps, loads
+from pickle import dumps, loads
 R = rational.Rational
 
 def _components(r):


More information about the Python-3000-checkins mailing list