diff options
Diffstat (limited to 'setupegg.py')
-rwxr-xr-x | setupegg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setupegg.py b/setupegg.py index 82b35fd69..4269fd4c8 100755 --- a/setupegg.py +++ b/setupegg.py @@ -12,6 +12,7 @@ set wrong, with nose refusing to run any tests. To run the tests anyway, use:: >>> np.test(extra_argv=['--exe']) """ +from __future__ import division import sys from setuptools import setup |