1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

auth/wscript: import from waflib

Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Alexander Bokovoy 2018-06-15 16:18:34 +03:00 committed by Andrew Bartlett
parent 3fc4786658
commit 944fce2596

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
import Logs, Options, Utils from waflib import Logs, Options, Utils
import samba3 import samba3
def options(opt): def options(opt):