diff --git a/Lib/fractions.py b/Lib/fractions.py index f368576e63d..670c8eb4a0c 100755 --- a/Lib/fractions.py +++ b/Lib/fractions.py @@ -8,7 +8,7 @@ import numbers import operator import re -__all__ = ["Fraction"] +__all__ = ['Fraction', 'gcd']