tests/sam: Remove unnecessary calls for third party module imports.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 14 Dec 2014 19:36:32 +0000 (19:36 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 6 Mar 2015 03:41:47 +0000 (04:41 +0100)
Change-Id: Iaa1af59005eaee7ea79f3260b250a2c948e07532
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/tests/python/sam.py

index 816ae2e82d39c1750856f8fd8ce48dd935fe0b0b..620c96cc74844c1f553af1bf1fdb81dbdf282948 100755 (executable)
@@ -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