selftest: enable py3 for samba.tests.kcc.graph_utils
authorJoe Guo <joeg@catalyst.net.nz>
Wed, 4 Apr 2018 01:07:38 +0000 (13:07 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 5 Apr 2018 06:59:10 +0000 (08:59 +0200)
commitff6642820179d7921055afa39f38609b4c7b8c0d
treebaad7a76c13c3cce659a6498f8438fe863cf24a3
parenta5bc4d8c7a4b0d97d54978f37e9fcabfbde1d38b
selftest: enable py3 for samba.tests.kcc.graph_utils

zip will not return a list in Python 3.
Convert to list.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
python/samba/tests/kcc/graph_utils.py
selftest/tests.py