[Python-checkins] distutils2: Removed unused import (CCompiler)

tarek.ziade python-checkins at python.org
Sun Jan 23 15:48:23 CET 2011


tarek.ziade pushed 0ea864775bfe to distutils2:

http://hg.python.org/distutils2/rev/0ea864775bfe
changeset:   874:0ea864775bfe
user:        Louis Munro <lm at louismunro.com>
date:        Wed Dec 08 21:37:59 2010 -0500
summary:
  Removed unused import (CCompiler)

files:
  distutils2/tests/test_ccompiler.py

diff --git a/distutils2/tests/test_ccompiler.py b/distutils2/tests/test_ccompiler.py
--- a/distutils2/tests/test_ccompiler.py
+++ b/distutils2/tests/test_ccompiler.py
@@ -1,5 +1,4 @@
 """Tests for distutils.ccompiler."""
-from distutils2.compiler.ccompiler import CCompiler
 from distutils2.tests import unittest, support
 
 

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list