From b1b6e581144db477b9e8780b0f22f27f7eaddfa4 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Thu, 3 Dec 2009 15:58:18 +0000 Subject: Fix print statements in numpy.distutils.environment --- numpy/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/setup.py') 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') -- cgit v1.2.1