third_party/cmocka/wscript: update to handle waf 2.0.4
authorAlexander Bokovoy <ab@samba.org>
Fri, 2 Feb 2018 14:34:32 +0000 (16:34 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Sep 2018 04:37:24 +0000 (06:37 +0200)
Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
third_party/cmocka/wscript

index 5ed56c9ceb01faba0fadad4f781ef7154730acc8..9ebdd7cfbe9a5a8a9097142754ddeec22d2ffb44 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-import Options
+from waflib import Options
 
 def configure(conf):
     conf.CHECK_FUNCS('longjmp siglongjmp')