From: Douglas Bagnall Date: Wed, 10 Oct 2018 23:34:53 +0000 (+1300) Subject: samba-tool: samba.getopt is not used here X-Git-Tag: tdb-1.3.17~1174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da9fe70da7a166b65d7789ef357f27d94bfc15e8;p=thirdparty%2Fsamba.git samba-tool: samba.getopt is not used here Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/python/samba/netcmd/__init__.py b/python/samba/netcmd/__init__.py index 57436c7a441..d73ffe9c745 100644 --- a/python/samba/netcmd/__init__.py +++ b/python/samba/netcmd/__init__.py @@ -18,7 +18,6 @@ import optparse import samba -from samba import getopt as options from samba import colour from samba.logger import get_samba_logger from ldb import LdbError