summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2008-02-24 18:12:36 +0000
committerMark Dickinson <dickinsm@gmail.com>2008-02-24 18:12:36 +0000
commit6a123cb7827859748a0096570dfbb5ceba0e59dc (patch)
tree1b5031448d137fcce0983675735c79f87e88b9e4
parent09bde0415405d57524ea7cd6f15023e4e13ed193 (diff)
downloadcpython-git-6a123cb7827859748a0096570dfbb5ceba0e59dc.tar.gz
Remove duplicate 'import re' in decimal.py
-rw-r--r--Lib/decimal.py3
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:
#