diff options
Diffstat (limited to 'bitbake/lib/toaster/toastermain/settings.py')
-rw-r--r-- | bitbake/lib/toaster/toastermain/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py index adaa56ca17..2c52b6888b 100644 --- a/bitbake/lib/toaster/toastermain/settings.py +++ b/bitbake/lib/toaster/toastermain/settings.py | |||
@@ -221,6 +221,7 @@ INSTALLED_APPS = ( | |||
221 | 'toastergui', | 221 | 'toastergui', |
222 | 'bldviewer', | 222 | 'bldviewer', |
223 | 'south', | 223 | 'south', |
224 | 'bldcontrol', | ||
224 | ) | 225 | ) |
225 | 226 | ||
226 | # A sample logging configuration. The only tangible logging | 227 | # A sample logging configuration. The only tangible logging |