[Jython-checkins] jython: Cleaned unused import in jythoncompiler.py.

stefan.richthofer jython-checkins at python.org
Sat Feb 25 18:50:26 EST 2017


https://hg.python.org/jython/rev/37c7ab335238
changeset:   8034:37c7ab335238
user:        Stefan Richthofer <stefan.richthofer at gmx.de>
date:        Sun Feb 26 00:49:46 2017 +0100
summary:
  Cleaned unused import in jythoncompiler.py.

files:
  Lib/distutils/jythoncompiler.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/distutils/jythoncompiler.py b/Lib/distutils/jythoncompiler.py
--- a/Lib/distutils/jythoncompiler.py
+++ b/Lib/distutils/jythoncompiler.py
@@ -5,7 +5,6 @@
 """
 
 from distutils.ccompiler import CCompiler
-from distutils.errors import CCompilerError
 import warnings
 
 class JythonCompiler(CCompiler):

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list