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

index 6cee6b9daa648850776396b83458d6bbdf6bfb0c..1f9a54a787ddb175a3a780b8d0d782a1dcda70e9 100644 (file)
@@ -1,8 +1,8 @@
 #!/usr/bin/env python
 
-import Options
+from waflib import Options
 
-def set_options(opt):
+def options(opt):
     gr = opt.option_group('systemd installation options')
 
     gr.add_option('--systemd-install-services',