summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastermain
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastermain')
-rw-r--r--bitbake/lib/toaster/toastermain/settings_test.py (renamed from bitbake/lib/toaster/toastermain/settings-test.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastermain/settings-test.py b/bitbake/lib/toaster/toastermain/settings_test.py
index 36b14c06db..a322711579 100644
--- a/bitbake/lib/toaster/toastermain/settings-test.py
+++ b/bitbake/lib/toaster/toastermain/settings_test.py
@@ -24,7 +24,7 @@
24# Settings overlay to use for running tests 24# Settings overlay to use for running tests
25# DJANGO_SETTINGS_MODULE=toastermain.settings-test 25# DJANGO_SETTINGS_MODULE=toastermain.settings-test
26 26
27from settings import * 27from toastermain.settings import *
28 28
29DEBUG = True 29DEBUG = True
30TEMPLATE_DEBUG = DEBUG 30TEMPLATE_DEBUG = DEBUG