summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 00f6086d..46f764da 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ import sys
# Setuptools has to be imported before distutils, or things break.
from setuptools import setup
from distutils.core import Extension # pylint: disable=wrong-import-order
-from distutils.command.build_ext import build_ext # pylint: disable=wrong-import-order
+from setuptools.command.build_ext import build_ext # pylint: disable=wrong-import-order
from distutils import errors # pylint: disable=wrong-import-order
import distutils.log # pylint: disable=wrong-import-order