From 2975f013a61d7e3b0a8fab1e62f33f71d8d3cc98 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 8 Jan 2014 17:23:20 +0100 Subject: [PATCH] fix division from future (explicit import in EACH module) --- timeside/decoder/file.py | 1 + 1 file changed, 1 insertion(+) 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 * -- 2.39.5