From da9fe70da7a166b65d7789ef357f27d94bfc15e8 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 11 Oct 2018 12:34:53 +1300 Subject: [PATCH] samba-tool: samba.getopt is not used here Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- python/samba/netcmd/__init__.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.2