changeset 28736:403b0a7ab410

tests: lexicographical imports in silenttestrunner.py
author Robert Stanca <robert.stanca7@gmail.com>
date Sun, 03 Apr 2016 10:02:58 +0300
parents 5edde05ff58e
children a3a01194a337
files tests/silenttestrunner.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/silenttestrunner.py	Sun Apr 03 06:20:17 2016 +0300
+++ b/tests/silenttestrunner.py	Sun Apr 03 10:02:58 2016 +0300
@@ -1,7 +1,7 @@
 from __future__ import absolute_import, print_function
+import os
+import sys
 import unittest
-import sys
-import os
 
 def main(modulename):
     '''run the tests found in module, printing nothing when all tests pass'''