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:
committed by
Noel Power
parent
32eb7f3966
commit
323073f4e0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user