summaryrefslogtreecommitdiff
path: root/numpy/distutils/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/core.py')
-rw-r--r--numpy/distutils/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/core.py b/numpy/distutils/core.py
index 842f6fbc3..20fc3eac1 100644
--- a/numpy/distutils/core.py
+++ b/numpy/distutils/core.py
@@ -97,7 +97,7 @@ def get_distribution(always=False):
# class is local to a function in setuptools.command.easy_install
if dist is not None and \
'DistributionWithoutHelpCommands' in repr(dist):
- raise NotImplementedError("setuptools not supported yet for numpy.scons branch")
+ #raise NotImplementedError("setuptools not supported yet for numpy.scons branch")
dist = None
if always and dist is None:
dist = NumpyDistribution()