diff options
Diffstat (limited to 'scripts/oe-selftest')
-rwxr-xr-x | scripts/oe-selftest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-selftest b/scripts/oe-selftest index f4b861f2c3..bfcea66f1c 100755 --- a/scripts/oe-selftest +++ b/scripts/oe-selftest | |||
@@ -36,7 +36,6 @@ import re | |||
36 | import fnmatch | 36 | import fnmatch |
37 | import collections | 37 | import collections |
38 | import imp | 38 | import imp |
39 | import git | ||
40 | 39 | ||
41 | sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)) + '/lib') | 40 | sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)) + '/lib') |
42 | import scriptpath | 41 | import scriptpath |
@@ -577,6 +576,7 @@ def main(): | |||
577 | log.info("Finished") | 576 | log.info("Finished") |
578 | 577 | ||
579 | if args.repository: | 578 | if args.repository: |
579 | import git | ||
580 | # Commit tests results to repository | 580 | # Commit tests results to repository |
581 | metadata = metadata_from_bb() | 581 | metadata = metadata_from_bb() |
582 | git_dir = os.path.join(os.getcwd(), 'selftest') | 582 | git_dir = os.path.join(os.getcwd(), 'selftest') |