diff setup.py @ 20644:779ceb84f4f7

tests: fix unused imports from inotify removal caught by pyflakes
author Matt Mackall <mpm@selenic.com>
date Tue, 04 Mar 2014 09:56:59 -0600
parents 352abbb0be88
children 7d4d04299927
line wrap: on
line diff
--- a/setup.py	Thu Feb 27 17:27:03 2014 -0800
+++ b/setup.py	Tue Mar 04 09:56:59 2014 -0600
@@ -64,7 +64,6 @@
 from distutils.command.build_py import build_py
 from distutils.command.install_scripts import install_scripts
 from distutils.spawn import spawn, find_executable
-from distutils.ccompiler import new_compiler
 from distutils import cygwinccompiler
 from distutils.errors import CCompilerError, DistutilsExecError
 from distutils.sysconfig import get_python_inc