PEP8: fix E401: multiple imports on one line
[kai/samba-autobuild/.git] / script / bisect-test.py
index cdfc93bdb8afae8556388577b1c6dcff0327003e..7896742747cddc5ea008033ad0f7068c1f5ba104 100755 (executable)
@@ -5,7 +5,9 @@
 
 
 from subprocess import call, check_call, Popen, PIPE
-import os, tempfile, sys
+import os
+import tempfile
+import sys
 from optparse import OptionParser
 
 parser = OptionParser()