summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2023-04-27 16:22:38 +1200
committerAndrew Bartlett <abartlet@samba.org>2023-05-18 01:03:37 +0000
commit3063abbfb0aaee65b80bd185d66923c148a861b4 (patch)
tree8dc2e9830be3a0ac90db1e10627eadd1782aa472 /python
parent0d609ee5ed33f01cbb35baae61adf1f19d804fa6 (diff)
downloadsamba-3063abbfb0aaee65b80bd185d66923c148a861b4.tar.gz
tests/krb5: Remove unused import
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python')
-rwxr-xr-xpython/samba/tests/krb5/kdc_tgs_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/samba/tests/krb5/kdc_tgs_tests.py b/python/samba/tests/krb5/kdc_tgs_tests.py
index ab00fae151c..91890d34ee5 100755
--- a/python/samba/tests/krb5/kdc_tgs_tests.py
+++ b/python/samba/tests/krb5/kdc_tgs_tests.py
@@ -37,7 +37,6 @@ from samba.tests.krb5.rfc4120_constants import (
AES256_CTS_HMAC_SHA1_96,
ARCFOUR_HMAC_MD5,
KRB_ERROR,
- KRB_TGS_REP,
KDC_ERR_BADKEYVER,
KDC_ERR_BADMATCH,
KDC_ERR_ETYPE_NOSUPP,