Message ID | 1377784548-1036-2-git-send-email-anders.roxell@linaro.org |
---|---|
State | Accepted |
Commit | ff3936a916d119d020cc2ab8da22460a34fca612 |
Headers | show |
Hi! > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > --- > testcases/realtime/scripts/parser.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/testcases/realtime/scripts/parser.py b/testcases/realtime/scripts/parser.py > index b90233c..6b2dc73 100644 > --- a/testcases/realtime/scripts/parser.py > +++ b/testcases/realtime/scripts/parser.py > @@ -26,7 +26,7 @@ > ## ## > ################################################################################ > > -import sys,os,string,re > +import sys Pushed, thanks.
diff --git a/testcases/realtime/scripts/parser.py b/testcases/realtime/scripts/parser.py index b90233c..6b2dc73 100644 --- a/testcases/realtime/scripts/parser.py +++ b/testcases/realtime/scripts/parser.py @@ -26,7 +26,7 @@ ## ## ################################################################################ -import sys,os,string,re +import sys class Log: def __init__(self,filename):
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- testcases/realtime/scripts/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)