Reviewed-by: Andres Gomez <[email protected]>

On Wed, 2016-03-30 at 11:18 -0700, Dylan Baker wrote:
> 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():
-- 
Br,

Andres


_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to