diff options
Diffstat (limited to 'doc/pyrex/setup.py')
-rw-r--r-- | doc/pyrex/setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/pyrex/setup.py b/doc/pyrex/setup.py index 7f7cf0fc1..648bad9f4 100644 --- a/doc/pyrex/setup.py +++ b/doc/pyrex/setup.py @@ -10,7 +10,9 @@ Install file for example on how to use Pyrex with Numpy. For more details, see: http://www.scipy.org/Cookbook/Pyrex_and_NumPy http://www.scipy.org/Cookbook/ArrayStruct_and_Pyrex + """ +from __future__ import division from distutils.core import setup from distutils.extension import Extension |