1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/python/samba/gp_parse
Noel Power fc047c2cf4 python/samba/gp_parse: PY2/PY3 Decode only when necessary
In python2 we decode str types in load_xml, in python3 these are
str class(s) which we cannot decode.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2018-11-05 20:05:24 +01:00
..
__init__.py python/samba/gp_parse: PY3 file -> open 2018-11-05 20:05:23 +01:00
gp_aas.py gp_aas: Leave a placeholder for the .aas files for now 2018-08-16 23:42:21 +02:00
gp_csv.py python/samba/gp_parse: PY2/PY3 Decode only when necessary 2018-11-05 20:05:24 +01:00
gp_inf.py python/samba/gp_parse: Fix mulitple encode step with write_section 2018-11-05 20:05:24 +01:00
gp_ini.py python/samba/gp_parse: PY2/PY3 compat porting for gp_init.py 2018-11-05 20:05:23 +01:00
gp_pol.py python/samba/gp_parse: PY3 file -> open 2018-11-05 20:05:23 +01:00