mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
traffic: ensure we are using the same division in py 2 and 3
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org> Autobuild-Date(master): Sat May 5 07:25:13 CEST 2018 on sn-devel-144
This commit is contained in:
parent
cb40e2bbc8
commit
2073635d58
@ -16,7 +16,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
from __future__ import print_function
|
||||
from __future__ import print_function, division
|
||||
|
||||
import time
|
||||
import os
|
||||
|
Loading…
x
Reference in New Issue
Block a user