On Fri, 2010-11-26 at 09:54 -0200, Cleber Rosa wrote:
> The base64 module import appears to be a left over and is not needed.

Although this specific sort of cleanups is more appropriate for batch
execution (ie, scan all autotest files that have unused imports and
clean them up), it looks good. Applied, thanks!

> Signed-off-by: Cleber Rosa <[email protected]>
> ---
>  cli/atest |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/cli/atest b/cli/atest
> index 3174d02..8386920 100755
> --- a/cli/atest
> +++ b/cli/atest
> @@ -1,7 +1,6 @@
>  #!/usr/bin/python -u
>  
> -import base64, sys
> -
> +import sys
>  import common
>  from autotest_lib.cli import atest
>  


_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to