filter-subunit: Remove import of unnecessary third party modules testtools and subunit.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 14 Dec 2014 19:37:46 +0000 (19:37 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 6 Mar 2015 03:41:47 +0000 (04:41 +0100)
Change-Id: I6ed0c560c18b4001c7adb9af6f67535640a1b374
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/filter-subunit

index 4f95546794a64a07cf78631fe6724757e7d78c20..fe157a0ec52b4eb2c01071109dea2f23bd1e2ce4 100755 (executable)
@@ -23,11 +23,6 @@ import sys
 import signal
 
 sys.path.insert(0, "bin/python")
-import samba
-samba.ensure_external_module("mimeparse", "mimeparse")
-samba.ensure_external_module("extras", "extras")
-samba.ensure_external_module("testtools", "testtools")
-samba.ensure_external_module("subunit", "subunit/python")
 
 import subunithelper