From: Douglas Bagnall Date: Thu, 19 Apr 2018 02:13:47 +0000 (+1200) Subject: traffic: ensure we are using the same division in py 2 and 3 X-Git-Tag: ldb-1.4.0~389 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2073635d5818aa3fc844ee40dde0c8ae42ac5abd;p=thirdparty%2Fsamba.git traffic: ensure we are using the same division in py 2 and 3 Signed-off-by: Douglas Bagnall Reviewed-by: Gary Lockyer Autobuild-User(master): Douglas Bagnall Autobuild-Date(master): Sat May 5 07:25:13 CEST 2018 on sn-devel-144 --- diff --git a/python/samba/emulate/traffic.py b/python/samba/emulate/traffic.py index 9d95e3a14d5..afb57da36f0 100644 --- a/python/samba/emulate/traffic.py +++ b/python/samba/emulate/traffic.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -from __future__ import print_function +from __future__ import print_function, division import time import os