From 3c2cad45b8b2770875f5f0c9298bfca415a1f2a2 Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Wed, 26 Aug 2009 19:54:32 +0200 Subject: d-t-w, cleanup --- setup.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7ceba7c..4ed750a 100644 --- a/setup.py +++ b/setup.py @@ -19,11 +19,9 @@ try: if os.environ.get('NO_SETUPTOOLS'): raise ImportError() from setuptools import setup - from setuptools.command import install_lib USE_SETUPTOOLS = 1 except ImportError: from distutils.core import setup - from distutils.command import install_lib USE_SETUPTOOLS = 0 #assert USE_SETUPTOOLS -- cgit v1.2.1