PEP8: fix E401: multiple imports on one line
[samba.git] / wintest / test-s4-howto.py
index 705f248ebaed867147672309233f3bbf7b0c3672..db847a67818cc9e13324a00a3410ff07690fc31f 100755 (executable)
@@ -2,8 +2,12 @@
 
 '''automated testing of the steps of the Samba4 HOWTO'''
 
-import sys, os
-import wintest, pexpect, time, subprocess
+import sys
+import os
+import wintest
+import pexpect
+import time
+import subprocess
 
 
 def set_krb5_conf(t):