1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

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>
This commit is contained in:
Douglas Bagnall
2021-04-28 01:04:57 +00:00
committed by Andrew Bartlett
parent aecb2b779b
commit c3a95b22aa
4 changed files with 0 additions and 4 deletions

View File

@ -22,7 +22,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
from __future__ import division
import samba.getopt as options
import ldb
import os