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

baker.dylan.c at gmail.com baker.dylan.c at gmail.com
Mon Nov 23 22:01:12 PST 2015


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



More information about the Piglit mailing list