diff options
Diffstat (limited to 'scripts/lib/recipetool')
-rw-r--r-- | scripts/lib/recipetool/create_buildsys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/create_buildsys.py b/scripts/lib/recipetool/create_buildsys.py index 5015634476..d4b194f567 100644 --- a/scripts/lib/recipetool/create_buildsys.py +++ b/scripts/lib/recipetool/create_buildsys.py | |||
@@ -5,9 +5,9 @@ | |||
5 | # SPDX-License-Identifier: GPL-2.0-only | 5 | # SPDX-License-Identifier: GPL-2.0-only |
6 | # | 6 | # |
7 | 7 | ||
8 | import os | ||
8 | import re | 9 | import re |
9 | import logging | 10 | import logging |
10 | import glob | ||
11 | from recipetool.create import RecipeHandler, validate_pv | 11 | from recipetool.create import RecipeHandler, validate_pv |
12 | 12 | ||
13 | logger = logging.getLogger('recipetool') | 13 | logger = logging.getLogger('recipetool') |