From 864a1897211b4e3219cc00810dc31761daa45850 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Sat, 8 Feb 2014 12:24:06 -0600 Subject: [PATCH] Use division consistently between PY2 and PY3 --- skimage/viewer/plugins/lineprofile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/skimage/viewer/plugins/lineprofile.py b/skimage/viewer/plugins/lineprofile.py index 2affc444..e7c04d87 100644 --- a/skimage/viewer/plugins/lineprofile.py +++ b/skimage/viewer/plugins/lineprofile.py @@ -1,3 +1,4 @@ +from __future__ import division import warnings import numpy as np