mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
python compat: reduce use of 'if PY3:'
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
4d9d63b000
commit
bcaf076d30
@ -23,7 +23,6 @@ import io
|
||||
|
||||
from io import BytesIO
|
||||
from xml.etree.ElementTree import Element, SubElement
|
||||
from samba.compat import PY3
|
||||
from samba.gp_parse import GPParser
|
||||
from samba.compat import text_type
|
||||
# [MS-GPAC] Group Policy Audit Configuration
|
||||
|
Reference in New Issue
Block a user