diff options
Diffstat (limited to 'bitbake/lib/bb/cooker.py')
| -rw-r--r-- | bitbake/lib/bb/cooker.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 743e4be06b..6090efcad9 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
| @@ -22,11 +22,10 @@ | |||
| 22 | # with this program; if not, write to the Free Software Foundation, Inc., | 22 | # with this program; if not, write to the Free Software Foundation, Inc., |
| 23 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 23 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 24 | 24 | ||
| 25 | import sys, os, getopt, glob, copy, os.path, re, time | 25 | import sys, os, glob, os.path, re, time |
| 26 | import bb | 26 | import bb |
| 27 | from bb import utils, data, parse, event, cache, providers, taskdata, runqueue | 27 | from bb import utils, data, parse, event, cache, providers, taskdata, command, runqueue |
| 28 | from bb import command | 28 | import sre_constants |
| 29 | import itertools, sre_constants | ||
| 30 | 29 | ||
| 31 | class MultipleMatches(Exception): | 30 | class MultipleMatches(Exception): |
| 32 | """ | 31 | """ |
