[Piglit] [PATCH 2/8] framework: sort imports in piglit-print-commands.py
Dylan Baker
baker.dylan.c at gmail.com
Wed Mar 30 18:18:33 UTC 2016
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
piglit-print-commands.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/piglit-print-commands.py b/piglit-print-commands.py
index 79bc7f5..f7a3be7 100755
--- a/piglit-print-commands.py
+++ b/piglit-print-commands.py
@@ -26,14 +26,14 @@ from __future__ import (
absolute_import, division, print_function, unicode_literals
)
import argparse
-import sys
import os
+import sys
sys.path.append(os.path.dirname(os.path.realpath(sys.argv[0])))
from framework import options
from framework.programs import parsers
-import framework.profile
from framework.test import Test, GleanTest
+import framework.profile
def main():
--
2.7.4
More information about the Piglit
mailing list