oe-stylize.py: Move exports up to before normal functions
authorTom Rini <tom_rini@mentor.com>
Wed, 1 Sep 2010 23:10:13 +0000 (16:10 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 1 Sep 2010 23:10:13 +0000 (16:10 -0700)
commit50320c145223777ff749947f231d2193b10989c8
treeb25af1a00de6baaaf27aca11dded0dff0b1ee7ba
parentb74fea69cadf5795caf131c55716edfc7358e99c
oe-stylize.py: Move exports up to before normal functions

As Mickey pointed out, these modify all functions so it helps
reading comprehension if they are listed before them.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
contrib/oe-stylize.py