dynconfig/wscript: python3 fix string.find instance
authorNoel Power <noel.power@suse.com>
Tue, 11 Dec 2018 12:12:08 +0000 (12:12 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 13 Dec 2018 23:51:32 +0000 (00:51 +0100)
commit166d119d48efd6b7b4f8f5978c71c50bad2109ca
tree08261e75cec2c79d57b8a2d83708491dceebab4e
parent28ecdd977735a02740e67861bc69d5b461d6c77f
dynconfig/wscript: 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>
dynconfig/wscript