Forward port r62849.

This commit is contained in:
Raymond Hettinger 2008-05-08 16:03:04 +00:00
parent 10956eab9e
commit e580f5c55a
1 changed files with 1 additions and 1 deletions

View File

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