[Piglit] [PATCH 2/8] framework: sort imports in piglit-print-commands.py
Andres Gomez
agomez at igalia.com
Thu Apr 7 07:44:25 UTC 2016
Reviewed-by: Andres Gomez <agomez at igalia.com>
On Wed, 2016-03-30 at 11:18 -0700, Dylan Baker wrote:
> 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():
--
Br,
Andres
More information about the Piglit
mailing list