diff options
Diffstat (limited to 'setupegg.py')
-rwxr-xr-x | setupegg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setupegg.py b/setupegg.py index 4269fd4c8..e2d1ad0b8 100755 --- a/setupegg.py +++ b/setupegg.py @@ -12,7 +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 +from __future__ import division, absolute_import import sys from setuptools import setup |