python: remove all 'from __future__ import division'
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 28 Apr 2021 01:04:57 +0000 (01:04 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 28 Apr 2021 03:43:34 +0000 (03:43 +0000)
commitc3a95b22aa1cf9bacba57d094a1ec178ee77cd63
tree6132be914a5faf9de61456b87b6ba039e189e59c
parentaecb2b779b88c13784b7c2691ae08da716d65ab2
python: remove all 'from __future__ import division'

This made '//' and '/' in Python 2 behave as in Python 3.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/emulate/traffic.py
python/samba/graph.py
python/samba/netcmd/domain.py
python/samba/upgradehelpers.py