]> granicus.if.org Git - python/commitdiff
Remove import functools from re module. The re module imports functools but never...
authorChristian Heimes <christian@cheimes.de>
Sun, 13 Oct 2013 00:00:09 +0000 (02:00 +0200)
committerChristian Heimes <christian@cheimes.de>
Sun, 13 Oct 2013 00:00:09 +0000 (02:00 +0200)
Lib/re.py

index fcea190d3377863844f1fc93fea1083a5a9373ca..b41aab0bafdd109a0395d5da8a035a601334351c 100644 (file)
--- a/Lib/re.py
+++ b/Lib/re.py
@@ -121,7 +121,6 @@ This module also defines an exception 'error'.
 import sys
 import sre_compile
 import sre_parse
-import functools
 
 # public symbols
 __all__ = [ "match", "search", "sub", "subn", "split", "findall",