pydsdb: Import testtools before subunit for those that don't have
[samba.git] / source4 / dsdb / tests / python / urgent_replication.py
index 47d43dd397e5278a13e7a9dc989bbffef1f7e587..af5cacaaa8154932373bf23f25b52410cd1d80b8 100755 (executable)
@@ -7,8 +7,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