]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
ConfHandler: Use re.X to make long regexp more readable
authorOlof Johansson <olof.johansson@axis.com>
Thu, 14 Feb 2013 11:28:32 +0000 (12:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Feb 2013 12:00:33 +0000 (12:00 +0000)
commit54dce9e14ab0657d76f0d0ae22eef7fab8e8950d
tree61c52f76044c1d75277faa2894035a589d664adc
parenta206ae0d7769a41ff3666d0f53ff9cf422dfa518
ConfHandler: Use re.X to make long regexp more readable

The __config_regexp__ in ConfHandler is quite long, and using re.X to
break the expression onto several lines make it a bit easier to read.

Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/parse/parse_py/ConfHandler.py