diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/bsp/kernel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/kernel.py b/scripts/lib/bsp/kernel.py index 91cc79ca94..32cab3b642 100644 --- a/scripts/lib/bsp/kernel.py +++ b/scripts/lib/bsp/kernel.py | |||
@@ -29,7 +29,7 @@ | |||
29 | import sys | 29 | import sys |
30 | import os | 30 | import os |
31 | import shutil | 31 | import shutil |
32 | from tags import * | 32 | from .tags import * |
33 | import glob | 33 | import glob |
34 | import subprocess | 34 | import subprocess |
35 | from .engine import create_context | 35 | from .engine import create_context |