From: Neal Norwitz Date: Sat, 26 Jan 2008 21:52:30 +0000 (+0000) Subject: Get this test to run X-Git-Tag: v3.0a3~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ff93fee5fc1645ec00471ecdc53d1f965caf255;p=thirdparty%2FPython%2Fcpython.git Get this test to run --- diff --git a/Lib/test/test_rational.py b/Lib/test/test_rational.py index 49868dd2cc9c..729527f722d4 100644 --- a/Lib/test/test_rational.py +++ b/Lib/test/test_rational.py @@ -7,7 +7,7 @@ import operator 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):