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): _______________________________________________ Python-3000-checkins mailing list Python-3000-checkins@python.org http://mail.python.org/mailman/listinfo/python-3000-checkins