From 6ff93fee5fc1645ec00471ecdc53d1f965caf255 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sat, 26 Jan 2008 21:52:30 +0000 Subject: Get this test to run --- Lib/test/test_rational.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_rational.py b/Lib/test/test_rational.py index 49868dd..729527f 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): -- cgit v0.12