]> code.ossystems Code Review - openembedded-core.git/commit
devtool: Use ConfigParser instead of SafeConfigParser
authorKhem Raj <raj.khem@gmail.com>
Sat, 11 Aug 2018 16:54:00 +0000 (09:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Aug 2018 10:36:22 +0000 (11:36 +0100)
commit3c05c8fff779bd190b31fa8aa16b7a1b24420a60
treeb21aa16c138291b3ccedec3adaf011b924a648fd
parentc392dabefc431dbfb31d6a1465c75ba9cc765804
devtool: Use ConfigParser instead of SafeConfigParser

The SafeConfigParser class has been renamed to ConfigParser in Python
3.2+ see

http://bugs.python.org/issue10627

This alias will be removed in future versions.So we can use
ConfigParser directly instead.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/devtool