]> granicus.if.org Git - python/commitdiff
Remove duplicate 'import re' in decimal.py
authorMark Dickinson <dickinsm@gmail.com>
Sun, 24 Feb 2008 18:12:36 +0000 (18:12 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 24 Feb 2008 18:12:36 +0000 (18:12 +0000)
Lib/decimal.py

index b7a2968610bf4447a79b8c22faea7a29fbd5be4a..8fcb093794971e724d6fd8cf52e9dea621f45a38 100644 (file)
@@ -5212,8 +5212,7 @@ ExtendedContext = Context(
 
 
 ##### crud for parsing strings #############################################
-import re
-
+#
 # Regular expression used for parsing numeric strings.  Additional
 # comments:
 #