]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4-dsdb: Remove unused import in token_group python test
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 27 Sep 2022 02:06:33 +0000 (15:06 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Fri, 21 Oct 2022 03:57:33 +0000 (03:57 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source4/dsdb/tests/python/token_group.py

index f066dcc3c8fddc0ba71a4f7711a4e1c496161377..fa03fa9d10d6ce4d861173a47dbcbb82aaba25e2 100755 (executable)
@@ -23,7 +23,7 @@ from samba.credentials import Credentials, DONT_USE_KERBEROS, MUST_USE_KERBEROS,
 from samba.dsdb import GTYPE_SECURITY_GLOBAL_GROUP, GTYPE_SECURITY_UNIVERSAL_GROUP
 import samba.tests
 from samba.tests import delete_force
-from samba.dcerpc import samr, security
+from samba.dcerpc import security
 from samba.auth import AUTH_SESSION_INFO_DEFAULT_GROUPS, AUTH_SESSION_INFO_AUTHENTICATED, AUTH_SESSION_INFO_SIMPLE_PRIVILEGES, AUTH_SESSION_INFO_NTLM