Use division consistently between PY2 and PY3

This commit is contained in:
blink1073
2014-02-08 12:24:06 -06:00
parent 8a261242c1
commit 864a189721
+1
View File
@@ -1,3 +1,4 @@
from __future__ import division
import warnings
import numpy as np