build: test the generic md5 function after importing it from hashlib
authorBjörn Jacke <bj@sernet.de>
Tue, 7 Jan 2014 14:55:56 +0000 (15:55 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 8 Jan 2014 05:20:19 +0000 (18:20 +1300)
commitaf5102fe0075520d62beba412c994d4a74f5446b
tree7a669eb29014f4c080dbf29a9392d2bf3f0aa7a9
parent8e5f4eab764918353cfb17fddb6abe6a2b737f6c
build: test the generic md5 function after importing it from hashlib

otherwise we used the one from md5 which lead to the following warning on SerNet-imini:

the md5 module is deprecated; use hashlib instead import md5

Signed-off-by: Bjoern Jacke <bj@sernet.de>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/samba_utils.py