python/samba: enclose map.values with list (py2/py3)
commitf8ecffb61a703ebb31ad5c985174c161b44434a4
authorNoel Power <noel.power@suse.com>
Thu, 14 Jun 2018 14:32:03 +0000 (14 15:32 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 Jun 2018 22:18:23 +0000 (20 00:18 +0200)
treebef95cc26e01922587d97390091563eccaaa7d2d
parent09c2b71e47248543b4b9bde8210af9b6a57ce287
python/samba: enclose map.values with list (py2/py3)

Fix errors in samba.tests.samba_tool.visualize_drs that with python 3
will generate exception with messages something like
'can't iterate dict_values'

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/graph.py