Forward port r62849.
This commit is contained in:
parent
10956eab9e
commit
e580f5c55a
|
@ -8,7 +8,7 @@ import numbers
|
|||
import operator
|
||||
import re
|
||||
|
||||
__all__ = ["Fraction"]
|
||||
__all__ = ['Fraction', 'gcd']
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue