From: Mark Dickinson Date: Sun, 24 Feb 2008 18:12:36 +0000 (+0000) Subject: Remove duplicate 'import re' in decimal.py X-Git-Tag: v2.6a1~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a123cb7827859748a0096570dfbb5ceba0e59dc;p=thirdparty%2FPython%2Fcpython.git Remove duplicate 'import re' in decimal.py --- diff --git a/Lib/decimal.py b/Lib/decimal.py index b7a2968610bf..8fcb09379497 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py @@ -5212,8 +5212,7 @@ ExtendedContext = Context( ##### crud for parsing strings ############################################# -import re - +# # Regular expression used for parsing numeric strings. Additional # comments: #