From 9f2f5b4d5d44ba2f42251f54ba88c7e0d13372f7 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 15 Jun 2018 16:21:06 +0300 Subject: [PATCH] source3/libsmb/wscript: remove unneeded import Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- source3/libsmb/wscript | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/libsmb/wscript b/source3/libsmb/wscript index 5482aea7d9c..a3cf93be63c 100644 --- a/source3/libsmb/wscript +++ b/source3/libsmb/wscript @@ -1,7 +1,5 @@ #!/usr/bin/env python -import Options, Logs - def build(bld): bld.SAMBA3_LIBRARY('smbclient', source=''' -- 2.11.4.GIT