summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/ldap_schema.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-03 17:53:19 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-03 17:47:54 +0000
commit0baa1fb4e494afd11904a3f9b940f2ef265378a4 (patch)
treec2a3daeb2bcf981fb363b4c2bfd4f7315bf07a44 /source4/dsdb/tests/python/ldap_schema.py
parent4f87f8f33e5df1d2236bb07e66eb0c5a9cee65b6 (diff)
downloadsamba-0baa1fb4e494afd11904a3f9b940f2ef265378a4.tar.gz
samba-0baa1fb4e494afd11904a3f9b940f2ef265378a4.tar.bz2
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/ldap_schema.py')
-rwxr-xr-xsource4/dsdb/tests/python/ldap_schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/ldap_schema.py b/source4/dsdb/tests/python/ldap_schema.py
index 171d6d1ec4..f99a8405cf 100755
--- a/source4/dsdb/tests/python/ldap_schema.py
+++ b/source4/dsdb/tests/python/ldap_schema.py
@@ -10,8 +10,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