From f52e895459da5b1559d6e0d5cb3c7ad2fe2c6431 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 14 Dec 2014 19:36:32 +0000 Subject: tests/sam: Remove unnecessary calls for third party module imports. Change-Id: Iaa1af59005eaee7ea79f3260b250a2c948e07532 Signed-off-by: Jelmer Vernooij Reviewed-by: Andrew Bartlett --- source4/dsdb/tests/python/sam.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/dsdb/tests/python') 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 -- cgit