From 8e34df462c138440510b48a33ee8fd2730449e7d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 13 Nov 2010 12:18:19 +1100 Subject: s4-test: we need to import testtools before subunit/python subunit/python depends on testtools Autobuild-User: Andrew Tridgell Autobuild-Date: Sat Nov 13 02:02:45 UTC 2010 on sn-devel-104 --- source4/auth/credentials/tests/bind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/credentials/tests/bind.py') diff --git a/source4/auth/credentials/tests/bind.py b/source4/auth/credentials/tests/bind.py index 7bfc1f53a6..c59e714a88 100755 --- a/source4/auth/credentials/tests/bind.py +++ b/source4/auth/credentials/tests/bind.py @@ -12,8 +12,8 @@ import time sys.path.append("bin/python") import samba -samba.ensure_external_module("subunit", "subunit/python") samba.ensure_external_module("testtools", "testtools") +samba.ensure_external_module("subunit", "subunit/python") import samba.getopt as options -- cgit