samba-tool: PY3 dict view doesn't have sort method,
authorNoel Power <noel.power@suse.com>
Mon, 15 Oct 2018 15:23:07 +0000 (16:23 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 23 Oct 2018 03:50:24 +0000 (05:50 +0200)
commit842f09aaa7b5f0210d3250facbdf745feedd6ef2
tree52b8b5423add68e9759a9c3fb35f1832581f27a2
parentff3f5411fa15080c5f0c6b9f3112ab1e0e58525a
samba-tool: PY3 dict view doesn't have sort method,

Can't sort a dict view, create a list from view then use list.sort
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/netcmd/__init__.py