commit | e580f5c55af033ee3d1e6d7b841fe3d144a91ae5 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu May 08 16:03:04 2008 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Thu May 08 16:03:04 2008 +0000 |
tree | e597fef6cf7187e458c72ab65dd5762743851097 | |
parent | 10956eab9ee96468c52f93d90b98e25619841969 [diff] |
Forward port r62849.
diff --git a/Lib/fractions.py b/Lib/fractions.py index f368576..670c8eb 100755 --- a/Lib/fractions.py +++ b/Lib/fractions.py
@@ -8,7 +8,7 @@ import operator import re -__all__ = ["Fraction"] +__all__ = ['Fraction', 'gcd']