[Piglit] [PATCH 5/6] dmesg.py: sort import and exports

Vinson Lee vlee at freedesktop.org
Mon Nov 23 23:39:33 PST 2015


On Mon, Nov 23, 2015 at 10:01 PM,  <baker.dylan.c at gmail.com> wrote:
> From: Dylan Baker <baker.dylan.c at gmail.com>
>
> Trivial.
>
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
> ---
>  framework/dmesg.py | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/framework/dmesg.py b/framework/dmesg.py
> index f44d4a8..42ac48f 100644
> --- a/framework/dmesg.py
> +++ b/framework/dmesg.py
> @@ -36,19 +36,19 @@ dmesg implementation for their OS.
>  """
>
>  from __future__ import print_function, absolute_import
> +import abc
> +import gzip
>  import re
> -import sys
>  import subprocess
> +import sys
>  import warnings
> -import abc
> -import gzip
>
>  from framework import exceptions
>
>  __all__ = [
>      'BaseDmesg',
> -    'LinuxDmesg',
>      'DummyDmesg',
> +    'LinuxDmesg',
>      'get_dmesg',
>  ]
>
> --
> 2.6.2
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit

Reviewed-by: Vinson Lee <vlee at freedesktop.org>


More information about the Piglit mailing list