summaryrefslogtreecommitdiffstats
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-12-14 19:36:32 +0000
committerAndrew Bartlett <abartlet@samba.org>2015-03-06 04:41:47 +0100
commitf52e895459da5b1559d6e0d5cb3c7ad2fe2c6431 (patch)
tree03b5a9eedcf28ce3b06f39cdec1ec01fc75a4ed8 /source4
parentf980efeef146ad71341efc8e205b7d4bd716bcb9 (diff)
downloadsamba-f52e895459da5b1559d6e0d5cb3c7ad2fe2c6431.tar.gz
samba-f52e895459da5b1559d6e0d5cb3c7ad2fe2c6431.tar.xz
samba-f52e895459da5b1559d6e0d5cb3c7ad2fe2c6431.zip
tests/sam: Remove unnecessary calls for third party module imports.
Change-Id: Iaa1af59005eaee7ea79f3260b250a2c948e07532 Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/dsdb/tests/python/sam.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/dsdb/tests/python/sam.py b/source4/dsdb/tests/python/sam.py
index 816ae2e82d..620c96cc74 100755
--- a/source4/dsdb/tests/python/sam.py
+++ b/source4/dsdb/tests/python/sam.py
@@ -9,8 +9,6 @@ import os
sys.path.insert(0, "bin/python")
import samba
from samba.tests.subunitrun import SubunitOptions, TestProgram
-samba.ensure_external_module("testtools", "testtools")
-samba.ensure_external_module("subunit", "subunit/python")
import samba.getopt as options