about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1847a168..f3ab887f 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ import ranger
 if os.environ.get('SETUPTOOLS_USE'):
     from setuptools import setup
 else:
-    from distutils.core import setup
+    from distutils.core import setup  # pylint: disable=import-error,no-name-in-module
 
 
 SCRIPTS_PATH = 'build_scripts'