commit | 6a123cb7827859748a0096570dfbb5ceba0e59dc | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Feb 24 18:12:36 2008 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Feb 24 18:12:36 2008 +0000 |
tree | 1b5031448d137fcce0983675735c79f87e88b9e4 | |
parent | 09bde0415405d57524ea7cd6f15023e4e13ed193 [diff] [blame] |
Remove duplicate 'import re' in decimal.py
diff --git a/Lib/decimal.py b/Lib/decimal.py index b7a2968..8fcb093 100644 --- a/Lib/decimal.py +++ b/Lib/decimal.py
@@ -5212,8 +5212,7 @@ ##### crud for parsing strings ############################################# -import re - +# # Regular expression used for parsing numeric strings. Additional # comments: #