codeparser: merge the nested python parsing classes
authorChristopher Larson <kergoth@gmail.com>
Fri, 28 Oct 2011 05:23:05 +0000 (22:23 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Nov 2011 11:44:28 +0000 (11:44 +0000)
commit6d77f28aa97ff55ba7c665875fb9e1a5adfb954e
tree904601be9f2bbab01c65681590847191431fcd99
parentcaf275afa979b9b10504c33ef708ce06a8c80971
codeparser: merge the nested python parsing classes

The split is even less necessary now that we use ast.walk rather than an
actual NodeVisitor subclass.

(Bitbake rev: d6c44fac184abae8395bfa7078f06675218aa534)

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/codeparser.py