]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba-tool user: remove unused import
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 10 Oct 2018 23:41:28 +0000 (12:41 +1300)
committerNoel Power <npower@samba.org>
Thu, 25 Oct 2018 19:45:52 +0000 (21:45 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
python/samba/netcmd/user.py

index ab3d13deb71a789f74b2eb3f9f6ad74bed5618f8..87726d4636ef0258780474192eaad1b73ea86f9c 100644 (file)
@@ -24,7 +24,6 @@ import os
 import re
 import tempfile
 import difflib
-import sys
 import fcntl
 import signal
 import errno