summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-04 15:28:16 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-07-12 04:32:02 +0200
commit11e2c32b4cdd5e3b44d29b86ad3ed1f9d69d66ec (patch)
treef88a92929f832035f0d1cec7ebb3b7e0b8cf1d0a
parentd68c294ac4b313fd97d8de4e9a814944da0f8c6d (diff)
downloadsamba-11e2c32b4cdd5e3b44d29b86ad3ed1f9d69d66ec.tar.gz
tests/posixacl: remove unused imports
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13521 Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
-rw-r--r--python/samba/tests/posixacl.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/samba/tests/posixacl.py b/python/samba/tests/posixacl.py
index 982861c824c..b01234d239d 100644
--- a/python/samba/tests/posixacl.py
+++ b/python/samba/tests/posixacl.py
@@ -19,11 +19,9 @@
"""Tests for the Samba3 NT -> posix ACL layer"""
from samba.ntacls import setntacl, getntacl, checkset_backend
-from samba.dcerpc import xattr, security, smb_acl, idmap
-from samba.param import LoadParm
+from samba.dcerpc import security, smb_acl, idmap
from samba.tests import TestCaseInTempDir
from samba import provision
-import random
import os
from samba.samba3 import smbd, passdb
from samba.samba3 import param as s3param