diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-12-29 07:38:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-29 07:38:55 (GMT) |
commit | 1f9d549a3bba9c87ee9571e329c20f3056f446db (patch) | |
tree | d506aca213b357dc028afe5d971900849710c21b | |
parent | 417f76a20e93044e422fb328a2d8e200fc6df295 (diff) | |
download | cpython-1f9d549a3bba9c87ee9571e329c20f3056f446db.zip cpython-1f9d549a3bba9c87ee9571e329c20f3056f446db.tar.gz cpython-1f9d549a3bba9c87ee9571e329c20f3056f446db.tar.bz2 |
[2.7] remove unused import (GH-5040). (#5043)
(cherry picked from commit e325608740bee161ca7fefd09463d63099efa1b8)
-rw-r--r-- | Lib/lib2to3/patcomp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/lib2to3/patcomp.py b/Lib/lib2to3/patcomp.py index 00679b2..49ed668 100644 --- a/Lib/lib2to3/patcomp.py +++ b/Lib/lib2to3/patcomp.py @@ -11,7 +11,6 @@ The compiler compiles a pattern to a pytree.*Pattern instance. __author__ = "Guido van Rossum <guido@python.org>" # Python imports -import os import StringIO # Fairly local imports |