summaryrefslogtreecommitdiff
path: root/bench/timeit.py
diff options
context:
space:
mode:
Diffstat (limited to 'bench/timeit.py')
-rw-r--r--bench/timeit.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/timeit.py b/bench/timeit.py
index 199b7c93..ed94361f 100644
--- a/bench/timeit.py
+++ b/bench/timeit.py
@@ -46,6 +46,7 @@ be aware of it. The baseline overhead can be measured by invoking the
program without arguments. The baseline overhead differs between
Python versions!
"""
+from __future__ import division
try:
import gc