summaryrefslogtreecommitdiff
path: root/Lib/re.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/re.py')
-rw-r--r--Lib/re.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/re.py b/Lib/re.py
index dde8901c62..661929e76b 100644
--- a/Lib/re.py
+++ b/Lib/re.py
@@ -119,7 +119,6 @@ This module also defines an exception 'error'.
"""
-import sys
import sre_compile
import sre_parse
try: