[Buildroot] [PATCH v2 01/10] autobuild-run: fixup imports

André Erdmann dywi at mailerd.de
Wed Mar 18 15:50:34 UTC 2015


* drop "import ConfigParser", module gets imported as "configparser"
  See commit 16fcf29310bbb2533a98eb2247fc1415cb27e514

* drop "import argparse", currently unused

Signed-off-by: André Erdmann <dywi at mailerd.de>
---
 scripts/autobuild-run | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/autobuild-run b/scripts/autobuild-run
index 872ee9d..01f0957 100755
--- a/scripts/autobuild-run
+++ b/scripts/autobuild-run
@@ -121,8 +121,6 @@ import shutil
 from time import localtime, strftime
 import sys
 import hashlib
-import argparse
-import ConfigParser
 import docopt
 
 if sys.hexversion >= 0x3000000:
-- 
2.3.2




More information about the buildroot mailing list