summaryrefslogtreecommitdiff
path: root/setupegg.py
diff options
context:
space:
mode:
Diffstat (limited to 'setupegg.py')
-rwxr-xr-xsetupegg.py2
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