buildtools/wafsamba: Avoid decode when using python2
commit244e2a02796b2ee85b9db01cbea7043a7448a110
authorNoel Power <noel.power@suse.com>
Wed, 6 Feb 2019 15:27:41 +0000 (6 15:27 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 11 Feb 2019 06:43:31 +0000 (11 07:43 +0100)
tree9e43e6d97222d9172bf2bd88e1001efd634caeaf
parent584dfc15fd33f665a0bd2287a6a981568032ec74
buildtools/wafsamba: Avoid decode when using python2

To avoid problematic type checking for 'str' types which fail
when result from str.decode is used.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13777

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/samba_abi.py
buildtools/wafsamba/samba_conftests.py
buildtools/wafsamba/samba_cross.py
buildtools/wafsamba/samba_dist.py
buildtools/wafsamba/samba_perl.py
buildtools/wafsamba/samba_utils.py
buildtools/wafsamba/samba_version.py