]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: Add missing import
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 12 Jul 2023 23:36:17 +0000 (11:36 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:37 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/ndr.py

index 4629c67593af370d1aa37dd441c48fccedb88857..d967165bf651fb43af4779a61f3630ea2a1dc89a 100644 (file)
@@ -20,6 +20,7 @@
 
 """Test of Network Data Representation (NDR) marshalling and unmarshalling."""
 import samba
+import samba.tests
 import samba.ndr as ndr
 from samba.dcerpc import winbind, security, lsa