diff options
| author | Louis Munro <lm@louismunro.com> | 2010-12-08 21:37:59 -0500 |
|---|---|---|
| committer | Louis Munro <lm@louismunro.com> | 2010-12-08 21:37:59 -0500 |
| commit | f883fc0d4866d45d34f2af3dc05cd0792d7e109a (patch) | |
| tree | 2bbb76f4ebda7eea7a2e195362515f973e273634 | |
| parent | 0a5e97cc103cf3893450659a4219ddb02f53cd6c (diff) | |
| download | disutils2-f883fc0d4866d45d34f2af3dc05cd0792d7e109a.tar.gz | |
Removed unused import (CCompiler)
| -rw-r--r-- | distutils2/tests/test_ccompiler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/distutils2/tests/test_ccompiler.py b/distutils2/tests/test_ccompiler.py index c7454fb..b89f4a5 100644 --- 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 |
