pydsdb: Import testtools before subunit for those that don't have
[amitay/samba.git] / source4 / dsdb / tests / python / sec_descriptor.py
index 6748883474c77cf54d16918f03b43261474db0ae..55a67dde82c1b68403be827332ca0ff63e10b184 100755 (executable)
@@ -10,8 +10,8 @@ import random
 
 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