diff --git a/Lib/re.py b/Lib/re.py index fcea190d337..b41aab0bafd 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",