Forward port r62849.

This commit is contained in:
Raymond Hettinger 2008-05-08 16:03:04 +00:00
parent 10956eab9e
commit e580f5c55a

View file

@ -8,7 +8,7 @@ import numbers
import operator
import re
__all__ = ["Fraction"]
__all__ = ['Fraction', 'gcd']