From: Guillaume Pellerin Date: Wed, 8 Jan 2014 16:23:20 +0000 (+0100) Subject: fix division from future (explicit import in EACH module) X-Git-Tag: 0.5.3~29^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2975f013a61d7e3b0a8fab1e62f33f71d8d3cc98;p=timeside.git fix division from future (explicit import in EACH module) --- diff --git a/timeside/decoder/file.py b/timeside/decoder/file.py index d48a38b..7d26350 100644 --- a/timeside/decoder/file.py +++ b/timeside/decoder/file.py @@ -26,6 +26,7 @@ # Guillaume Pellerin # Thomas Fillon +from __future__ import division from timeside.decoder.core import *