The base64 module import appears to be a left over and is not needed.

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
 
-- 
1.7.1

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

Reply via email to