diff options
Diffstat (limited to 'meta/lib/oeqa/utils/dump.py')
| -rw-r--r-- | meta/lib/oeqa/utils/dump.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/dump.py b/meta/lib/oeqa/utils/dump.py index 63a591d366..71422a9aea 100644 --- a/meta/lib/oeqa/utils/dump.py +++ b/meta/lib/oeqa/utils/dump.py | |||
| @@ -3,7 +3,7 @@ import sys | |||
| 3 | import errno | 3 | import errno |
| 4 | import datetime | 4 | import datetime |
| 5 | import itertools | 5 | import itertools |
| 6 | from commands import runCmd | 6 | from .commands import runCmd |
| 7 | 7 | ||
| 8 | def get_host_dumper(d): | 8 | def get_host_dumper(d): |
| 9 | cmds = d.getVar("testimage_dump_host", True) | 9 | cmds = d.getVar("testimage_dump_host", True) |
