Move to python3 style division.

All of these are currently integer division in python2.
This commit is contained in:
Ahmed Charles 2015-10-19 05:26:10 +00:00
parent c8fbd2860d
commit cbe1eefcf0
12 changed files with 18 additions and 9 deletions

View file

@ -31,6 +31,7 @@ for instructions on how to define this module.
"""
from __future__ import print_function
from __future__ import division
import sys
import time