pydsdb: Import testtools before subunit for those that don't have
[amitay/samba.git] / source4 / dsdb / tests / python / ldap_schema.py
index 171d6d1ec4e6ea29d428461dd9b6da9303610c6f..f99a8405cf596b05f5901e96a1196cb49f2d9438 100755 (executable)
@@ -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