On Mon, Nov 23, 2015 at 10:01 PM, <[email protected]> wrote: > From: Dylan Baker <[email protected]> > > Trivial. > > Signed-off-by: Dylan Baker <[email protected]> > --- > 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 > [email protected] > http://lists.freedesktop.org/mailman/listinfo/piglit
Reviewed-by: Vinson Lee <[email protected]> _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
