From: Guillaume Pellerin Date: Wed, 8 Jan 2014 16:25:25 +0000 (+0100) Subject: add __future__.division to LiveDecoder also X-Git-Tag: 0.5.3~29^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=refs%2Fheads%2Flive;p=timeside.git add __future__.division to LiveDecoder also --- 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 *