summaryrefslogtreecommitdiff
path: root/selftest/format-subunit
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2014-11-01 07:09:00 -0700
committerJelmer Vernooij <jelmer@samba.org>2014-11-22 04:44:11 +0100
commit2c67d55614668583dc6290c6db86d5229fb654ea (patch)
tree05129fa9c5ac8376e534087bc9f7989d07d5b3bc /selftest/format-subunit
parentd857e7b1a7a2cc1f7f4f9f2ffd5a11f8c627ae39 (diff)
downloadsamba-2c67d55614668583dc6290c6db86d5229fb654ea.tar.gz
Include mimeparse, which is used by subunit/testtools.
Change-Id: I984c82acc0bc82a165e8ea17d8948c465c786905 Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Sat Nov 22 04:44:11 CET 2014 on sn-devel-104
Diffstat (limited to 'selftest/format-subunit')
-rwxr-xr-xselftest/format-subunit2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/format-subunit b/selftest/format-subunit
index a531e977434..f59de972584 100755
--- a/selftest/format-subunit
+++ b/selftest/format-subunit
@@ -11,6 +11,8 @@ import sys
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../lib/subunit/python"))
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../lib/testtools"))
+sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../lib/mimeparse"))
+sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../lib/extras"))
import subunithelper