summaryrefslogtreecommitdiff
path: root/bench/bench.py
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2010-04-24 22:25:56 +0000
committerGreg Noel <GregNoel@tigris.org>2010-04-24 22:25:56 +0000
commitbcdc9a412521ae0b9f9aea7997a880af6dbda2a6 (patch)
treebbdcd3f7da00dc5fcfa712bfaf148f392ac12fda /bench/bench.py
parented90f2420a34f20480311261cf8663803ca65b6e (diff)
downloadscons-git-bcdc9a412521ae0b9f9aea7997a880af6dbda2a6.tar.gz
Convert to Python 3.x division rules.
Diffstat (limited to 'bench/bench.py')
-rw-r--r--bench/bench.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/bench.py b/bench/bench.py
index 3391f9d97..74dbf121b 100644
--- a/bench/bench.py
+++ b/bench/bench.py
@@ -23,6 +23,7 @@
#
# This will allow (as much as possible) us to time just the code itself,
# not Python function call overhead.
+from __future__ import division
import getopt
import sys