]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
waf: Import Logs in wscript_configure_system_gnutls
authorAndreas Schneider <asn@samba.org>
Mon, 4 Apr 2022 10:30:55 +0000 (12:30 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 4 Apr 2022 18:38:36 +0000 (18:38 +0000)
We do not use Options, but we do use Logs.warn()

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
wscript_configure_system_gnutls

index c6eb9df7b642127cc90f805c8184062b7bb0e642..329a11672728143f0feece5083402d35b8a3bd2f 100644 (file)
@@ -1,4 +1,4 @@
-from waflib import Options
+from waflib import Logs
 import os
 
 def parse_version(v):