diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2008-02-24 18:12:36 +0000 |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2008-02-24 18:12:36 +0000 |
commit | 6a123cb7827859748a0096570dfbb5ceba0e59dc (patch) | |
tree | 1b5031448d137fcce0983675735c79f87e88b9e4 | |
parent | 09bde0415405d57524ea7cd6f15023e4e13ed193 (diff) | |
download | cpython-git-6a123cb7827859748a0096570dfbb5ceba0e59dc.tar.gz |
Remove duplicate 'import re' in decimal.py
-rw-r--r-- | Lib/decimal.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/decimal.py b/Lib/decimal.py index b7a2968610..8fcb093794 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: # |