summaryrefslogtreecommitdiff
path: root/tools/allocation_tracking/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/allocation_tracking/setup.py')
-rw-r--r--tools/allocation_tracking/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/allocation_tracking/setup.py b/tools/allocation_tracking/setup.py
index 4462f9f4e..87fad4999 100644
--- a/tools/allocation_tracking/setup.py
+++ b/tools/allocation_tracking/setup.py
@@ -1,3 +1,5 @@
+from __future__ import division
+
from distutils.core import setup
from distutils.extension import Extension
from Cython.Distutils import build_ext