summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Lib/re.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/re.py b/Lib/re.py
index fcea190d33..b41aab0baf 100644
--- 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",