[Python-checkins] cpython: Whitespace.

stefan.krah python-checkins at python.org
Wed Sep 10 18:01:24 CEST 2014


http://hg.python.org/cpython/rev/81c4225fa994
changeset:   92383:81c4225fa994
user:        Stefan Krah <skrah at bytereef.org>
date:        Wed Sep 10 18:00:46 2014 +0200
summary:
  Whitespace.

files:
  Lib/decimal.py |  3 ---
  1 files changed, 0 insertions(+), 3 deletions(-)


diff --git a/Lib/decimal.py b/Lib/decimal.py
--- a/Lib/decimal.py
+++ b/Lib/decimal.py
@@ -9,6 +9,3 @@
     from _pydecimal import __doc__
     from _pydecimal import __version__
     from _pydecimal import __libmpdec_version__
-
-
-

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list