bitbake: cooker: Get rid of duplicate 'import re'
authorNamhyung Kim <namhyung@gmail.com>
Wed, 30 Jul 2014 02:17:20 +0000 (11:17 +0900)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Aug 2014 08:57:11 +0000 (09:57 +0100)
commitc77adcfd1c2d7790aea98e167d83f152d85f73ae
treea14786cabe1133f15f96fbef32fd78939fa33ed4
parentb5c2fe33fd98636ca05c6acc1ee8d1c161f90736
bitbake: cooker: Get rid of duplicate 'import re'

The re module was imported at the top, no need to do it again.

(Bitbake rev: c29c2370635075949c75937c237602600f4f10dc)

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cooker.py