summaryrefslogtreecommitdiff
path: root/numpy/random/setup.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-02-09 20:50:33 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-02-09 20:50:33 +0000
commitd99b73b34ffc1778e9ff2423b56a8994d0e9be78 (patch)
tree794ae0e7e19c23db7dec1d4fc534311af708225e /numpy/random/setup.py
parentf5209cbd46b7d6ad0a0960630189670adb2b3ccb (diff)
downloadnumpy-d99b73b34ffc1778e9ff2423b56a8994d0e9be78.tar.gz
Change accuracy of fill and more _WIN32 fixes.
Diffstat (limited to 'numpy/random/setup.py')
-rw-r--r--numpy/random/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/random/setup.py b/numpy/random/setup.py
index 6dc1f1873..bc9d4f059 100644
--- a/numpy/random/setup.py
+++ b/numpy/random/setup.py
@@ -16,7 +16,6 @@ def configuration(parent_package='',top_path=None):
if config_cmd.try_run(tc):
libs.append('Advapi32')
ext.libraries.extend(libs)
- print "**** got ", libs
return None
libs = []