diff options
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/bbcontroller.py')
| -rw-r--r-- | bitbake/lib/toaster/bldcontrol/bbcontroller.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/bbcontroller.py b/bitbake/lib/toaster/bldcontrol/bbcontroller.py index 301df1880a..71c288df34 100644 --- a/bitbake/lib/toaster/bldcontrol/bbcontroller.py +++ b/bitbake/lib/toaster/bldcontrol/bbcontroller.py | |||
| @@ -8,10 +8,8 @@ | |||
| 8 | 8 | ||
| 9 | import os | 9 | import os |
| 10 | import sys | 10 | import sys |
| 11 | import re | ||
| 12 | from django.db import transaction | ||
| 13 | from django.db.models import Q | 11 | from django.db.models import Q |
| 14 | from bldcontrol.models import BuildEnvironment, BRLayer, BRVariable, BRTarget, BRBitbake | 12 | from bldcontrol.models import BuildEnvironment, BRLayer, BRBitbake |
| 15 | 13 | ||
| 16 | # load Bitbake components | 14 | # load Bitbake components |
| 17 | path = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) | 15 | path = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) |
