Signed-off-by: Dylan Baker <[email protected]>
---
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
_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit