mirror of
https://github.com/python/cpython.git
synced 2025-11-18 10:19:40 +00:00
Get this test to run
This commit is contained in:
parent
2f14258196
commit
6ff93fee5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue