bitbake: 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:12:36 +0000 (12:12 +0000)
commit5f0245959066a8498eae968562aa8e72ac317bd5
tree9f5a989cec2c80d2d2c846a329bebd1ffb01e265
parentfe5f0d45d9ce5b518ceb3d89510565845c7366c1
bitbake: 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.

(Bitbake rev: 54dce9e14ab0657d76f0d0ae22eef7fab8e8950d)

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