From: Douglas Bagnall Date: Wed, 10 Oct 2018 23:41:12 +0000 (+1300) Subject: samba-tool processes: remove unused imports and variables X-Git-Tag: tdb-1.3.17~999 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00eaea56f6b9088d2024abf77960171953ad6909;p=thirdparty%2Fsamba.git samba-tool processes: remove unused imports and variables Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/python/samba/netcmd/processes.py b/python/samba/netcmd/processes.py index 68569857ca0..d04a548abd7 100644 --- a/python/samba/netcmd/processes.py +++ b/python/samba/netcmd/processes.py @@ -24,9 +24,6 @@ # Useful for a quick 'syntax check' of a configuration file. # -import os -import sys - import samba import samba.getopt as options from samba.netcmd import Command, CommandError, Option