s4/scripting: python3 fix string.find instance
authorNoel Power <noel.power@suse.com>
Tue, 11 Dec 2018 12:17:59 +0000 (12:17 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 13 Dec 2018 23:51:33 +0000 (00:51 +0100)
commit9116cc8cc81dd96ed6c303577c9e66fb3a10db3e
treec283e9c8a48cb832d64b7eb35cc27913f955ba55
parent166d119d48efd6b7b4f8f5978c71c50bad2109ca
s4/scripting: python3 fix string.find instance

    string.find doesn't exist in python3. Instead use the 'find' method
    of the string instance itself

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/scripting/bin/rpcclient