1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-18 08:23:51 +03:00

python compat: remove integer_types

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
Douglas Bagnall
2020-07-04 13:44:52 +12:00
committed by Noel Power
parent 32eb7f3966
commit 323073f4e0
3 changed files with 2 additions and 5 deletions

View File

@@ -72,7 +72,6 @@ if PY3:
from functools import cmp_to_key as cmp_to_key_fn
# compat types
integer_types = int,
string_types = str
text_type = str
binary_type = bytes