https://hg.python.org/cpython/rev/1cde2bbe841a changeset: 93439:1cde2bbe841a branch: 2.7 parent: 93436:0e2c7d774df3 user: Raymond Hettinger <python at rcn.com> date: Fri Nov 07 22:47:30 2014 -0800 summary: Remove unused import files: Lib/decimal.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Lib/decimal.py b/Lib/decimal.py --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -136,7 +136,6 @@ __version__ = '1.70' # Highest version of the spec this complies with -import copy as _copy import math as _math import numbers as _numbers -- Repository URL: https://hg.python.org/cpython