From 8b6e411b7ce10fd46f796079a8bc877740953150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=92=D0=BB=D0=B0?= =?UTF-8?q?=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=D0=BE=D0=B2=D0=B8=D1=87?= Date: Sat, 20 Feb 2016 00:24:47 +0300 Subject: [PATCH] upd tox --- src/tox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tox.py b/src/tox.py index 0233a05..8bc2aa0 100644 --- a/src/tox.py +++ b/src/tox.py @@ -202,7 +202,7 @@ class Tox(object): Return the time in milliseconds before tox_iterate() should be called again for optimal performance. :return: time in milliseconds """ - return int(self.libtoxcore.tox_iteration_interval(self._tox_pointer).value) + return self.libtoxcore.tox_iteration_interval(self._tox_pointer) def iterate(self): """