]> code.ossystems Code Review - openembedded-core.git/commit
parse.ast: drop __word__ regular expression
authorChris Larson <chris_larson@mentor.com>
Tue, 4 Jan 2011 20:07:27 +0000 (13:07 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Jan 2011 10:49:29 +0000 (10:49 +0000)
commit37391f667f0ccb47740243de77e14d60b0797280
tree23a44f040ea197b55f34d8a5ed16847c28376b1e
parent1204ed79fce14115b802012772be8cf8aedff781
parse.ast: drop __word__ regular expression

We can use the string split method for this instead.

(Bitbake rev: aa9646717b3ee1006628246a7c495f601e62391c)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/parse/ast.py