diff options
| author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-08-26 19:54:32 +0200 |
|---|---|---|
| committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2009-08-26 19:54:32 +0200 |
| commit | 066ff789e7820bcb255500dfe5d41c059c3b8cf2 (patch) | |
| tree | ca1bef0fb9cefcaf7f80658ba82317f6d69c6baf /setup.py | |
| parent | b228dc6626addf40710c1e26a95e32e577112125 (diff) | |
| download | pylint-git-066ff789e7820bcb255500dfe5d41c059c3b8cf2.tar.gz | |
d-t-w, cleanup
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |
