diff options
Diffstat (limited to 'bitbake/bin/toaster-eventreplay')
| -rwxr-xr-x | bitbake/bin/toaster-eventreplay | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/bin/toaster-eventreplay b/bitbake/bin/toaster-eventreplay index 8fa4ab7116..404b61f516 100755 --- a/bitbake/bin/toaster-eventreplay +++ b/bitbake/bin/toaster-eventreplay | |||
| @@ -19,6 +19,8 @@ import sys | |||
| 19 | import json | 19 | import json |
| 20 | import pickle | 20 | import pickle |
| 21 | import codecs | 21 | import codecs |
| 22 | import warnings | ||
| 23 | warnings.simplefilter("default") | ||
| 22 | 24 | ||
| 23 | from collections import namedtuple | 25 | from collections import namedtuple |
| 24 | 26 | ||
