summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-12-29 07:24:40 (GMT)
committerGitHub <noreply@github.com>2017-12-29 07:24:40 (GMT)
commite325608740bee161ca7fefd09463d63099efa1b8 (patch)
tree16f876270aa39523a15625ee89440755b3e7cd45 /Lib/lib2to3
parente5f7dccefaa8d97ab53b3051acbb4a4d49379dc4 (diff)
downloadcpython-e325608740bee161ca7fefd09463d63099efa1b8.zip
cpython-e325608740bee161ca7fefd09463d63099efa1b8.tar.gz
cpython-e325608740bee161ca7fefd09463d63099efa1b8.tar.bz2
remove unused import (#5040)
Diffstat (limited to 'Lib/lib2to3')
-rw-r--r--Lib/lib2to3/patcomp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/lib2to3/patcomp.py b/Lib/lib2to3/patcomp.py
index 4e79ed2..f57f495 100644
--- a/Lib/lib2to3/patcomp.py
+++ b/Lib/lib2to3/patcomp.py
@@ -12,7 +12,6 @@ __author__ = "Guido van Rossum <guido@python.org>"
# Python imports
import io
-import os
# Fairly local imports
from .pgen2 import driver, literals, token, tokenize, parse, grammar