diff options
Diffstat (limited to 'bitbake/lib')
| -rw-r--r-- | bitbake/lib/toaster/toastermain/management/commands/buildimport.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastermain/management/commands/buildimport.py b/bitbake/lib/toaster/toastermain/management/commands/buildimport.py index 9e1cd6d479..2d57ab557a 100644 --- a/bitbake/lib/toaster/toastermain/management/commands/buildimport.py +++ b/bitbake/lib/toaster/toastermain/management/commands/buildimport.py | |||
| @@ -55,6 +55,7 @@ import os | |||
| 55 | import re | 55 | import re |
| 56 | import os.path | 56 | import os.path |
| 57 | import subprocess | 57 | import subprocess |
| 58 | import shutil | ||
| 58 | 59 | ||
| 59 | # Toaster variable section delimiters | 60 | # Toaster variable section delimiters |
| 60 | TOASTER_PROLOG = '#=== TOASTER_CONFIG_PROLOG ===' | 61 | TOASTER_PROLOG = '#=== TOASTER_CONFIG_PROLOG ===' |
