third_party/aesni-intel/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/aesni-intel/wscript

index 8f2260b95600622cd4609877e599817ba82d37c6..bb874454ca68c547e93a5a4f20acce27c3034698 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
-import Options
-import Utils
+from waflib import Options
+from waflib import Utils
 
 def configure(conf):
     if Options.options.accel_aes.lower() == "intelaesni":