summaryrefslogtreecommitdiff
path: root/numpy/setup.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-12-03 15:58:18 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-12-03 15:58:18 +0000
commitb1b6e581144db477b9e8780b0f22f27f7eaddfa4 (patch)
treeac5c3b175bfc69446b1976d967db9e8eb5d38e57 /numpy/setup.py
parentc8d45a0520815661353b8147ad9ceb32bf8a044b (diff)
downloadnumpy-b1b6e581144db477b9e8780b0f22f27f7eaddfa4.tar.gz
Fix print statements in numpy.distutils.environment
Diffstat (limited to 'numpy/setup.py')
-rw-r--r--numpy/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/setup.py b/numpy/setup.py
index 66c5706cb..c55c85a25 100644
--- a/numpy/setup.py
+++ b/numpy/setup.py
@@ -24,4 +24,4 @@ def configuration(parent_package='',top_path=None):
return config
if __name__ == '__main__':
- print 'This is the wrong setup.py file to run'
+ print('This is the wrong setup.py file to run')