From 2443ddb480c31ec2f40707fb3a6fca9286cdfd02 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 8 Jan 2014 17:25:25 +0100 Subject: [PATCH] add __future__.division to LiveDecoder also --- timeside/decoder/live.py | 1 + 1 file changed, 1 insertion(+) diff --git a/timeside/decoder/live.py b/timeside/decoder/live.py index 260b55c..f9225e0 100644 --- a/timeside/decoder/live.py +++ b/timeside/decoder/live.py @@ -26,6 +26,7 @@ # Guillaume Pellerin # Thomas Fillon +from __future__ import division from timeside.decoder.core import * -- 2.39.5