aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-03-20 09:16:38 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-03-20 09:16:38 +0100
commit7fa767e517882f4d3503d168d3a4d4caad317752 (patch)
treecc4c73326ee706456b2c8de8530fed453e582b69 /Lib/sre_parse.py
parentIssue #20978: pyflakes: fix undefined names (diff)
downloadcpython-7fa767e517882f4d3503d168d3a4d4caad317752.tar.gz
cpython-7fa767e517882f4d3503d168d3a4d4caad317752.tar.bz2
cpython-7fa767e517882f4d3503d168d3a4d4caad317752.zip
Issue #20976: pyflakes: Remove unused imports
Diffstat (limited to 'Lib/sre_parse.py')
-rw-r--r--Lib/sre_parse.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/sre_parse.py b/Lib/sre_parse.py
index 6583ef6c4a7..399e7b7f3f2 100644
--- a/Lib/sre_parse.py
+++ b/Lib/sre_parse.py
@@ -12,8 +12,6 @@
# XXX: show string offset and offending character for all errors
-import sys
-
from sre_constants import *
from _sre import MAXREPEAT