samba-tool processes: remove unused imports and variables
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 10 Oct 2018 23:41:12 +0000 (12:41 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 1 Nov 2018 04:08:15 +0000 (05:08 +0100)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <noel.power@suse.com>
python/samba/netcmd/processes.py

index 68569857ca0416a190208770c4483fcbc44daf74..d04a548abd78268913ca6c4cf0913df70034a712 100644 (file)
@@ -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