diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-03 17:53:19 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-03 17:47:54 +0000 |
commit | 0baa1fb4e494afd11904a3f9b940f2ef265378a4 (patch) | |
tree | c2a3daeb2bcf981fb363b4c2bfd4f7315bf07a44 /source4/dsdb/tests/python/passwords.py | |
parent | 4f87f8f33e5df1d2236bb07e66eb0c5a9cee65b6 (diff) | |
download | samba-0baa1fb4e494afd11904a3f9b940f2ef265378a4.tar.gz samba-0baa1fb4e494afd11904a3f9b940f2ef265378a4.tar.xz samba-0baa1fb4e494afd11904a3f9b940f2ef265378a4.zip |
pydsdb: Import testtools before subunit for those that don't have
testtools installed.
Also, cleanup some imports.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Wed Nov 3 17:47:55 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/dsdb/tests/python/passwords.py')
-rwxr-xr-x | source4/dsdb/tests/python/passwords.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/passwords.py b/source4/dsdb/tests/python/passwords.py index 314d71b00f0..8f58890d18b 100755 --- a/source4/dsdb/tests/python/passwords.py +++ b/source4/dsdb/tests/python/passwords.py @@ -15,8 +15,8 @@ import os 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 |