diff options
| author | Joseph Sutton <josephsutton@catalyst.net.nz> | 2022-05-11 08:47:40 +1200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2022-05-10 23:05:31 +0000 |
| commit | 187635ff6ff1d62a9c5630d3969e65867cb3bb4a (patch) | |
| tree | 94f8b06731b0a3c36063de040010344b8c32ddd2 /python | |
| parent | e6712751dd9df5f4a7f2531ee0069d3958cc3b3b (diff) | |
| download | samba-187635ff6ff1d62a9c5630d3969e65867cb3bb4a.tar.gz samba-187635ff6ff1d62a9c5630d3969e65867cb3bb4a.tar.bz2 samba-187635ff6ff1d62a9c5630d3969e65867cb3bb4a.zip | |
tests/user_check_password_script: Remove unused imports
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python')
| -rw-r--r-- | python/samba/tests/samba_tool/user_check_password_script.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/samba/tests/samba_tool/user_check_password_script.py b/python/samba/tests/samba_tool/user_check_password_script.py index 06afbade6bd..12d98eb7b62 100644 --- a/python/samba/tests/samba_tool/user_check_password_script.py +++ b/python/samba/tests/samba_tool/user_check_password_script.py @@ -17,13 +17,7 @@ # import os -import time -import ldb from samba.tests.samba_tool.base import SambaToolCmdTest -from samba import ( - nttime2unix, - dsdb - ) class UserCheckPwdTestCase(SambaToolCmdTest): |
