]> granicus.if.org Git - python/commitdiff
[2.7] remove unused import (GH-5040). (#5043)
authorBenjamin Peterson <benjamin@python.org>
Fri, 29 Dec 2017 07:38:55 +0000 (23:38 -0800)
committerGitHub <noreply@github.com>
Fri, 29 Dec 2017 07:38:55 +0000 (23:38 -0800)
(cherry picked from commit e325608740bee161ca7fefd09463d63099efa1b8)

Lib/lib2to3/patcomp.py

index 00679b2238e8263853913a346a1382d5936477f5..49ed6680b6a70b2fa86b910b3b36e5181333006d 100644 (file)
@@ -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