diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-13 12:18:19 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-13 02:02:45 +0000 |
commit | 8e34df462c138440510b48a33ee8fd2730449e7d (patch) | |
tree | e8a6670c986c560e5b75f48bc70d5977bd6a7bf8 /source4/auth | |
parent | 24477cacc9b12cef01ee06cf6ce4db9bb87b5fae (diff) | |
download | samba-8e34df462c138440510b48a33ee8fd2730449e7d.tar.gz samba-8e34df462c138440510b48a33ee8fd2730449e7d.tar.bz2 samba-8e34df462c138440510b48a33ee8fd2730449e7d.zip |
s4-test: we need to import testtools before subunit/python
subunit/python depends on testtools
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sat Nov 13 02:02:45 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/auth')
-rwxr-xr-x | source4/auth/credentials/tests/bind.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |