diff options
Diffstat (limited to 'bitbake/lib/toaster/toastermain/settings.py')
-rw-r--r-- | bitbake/lib/toaster/toastermain/settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py index e06adc5a93..d2a449627f 100644 --- a/bitbake/lib/toaster/toastermain/settings.py +++ b/bitbake/lib/toaster/toastermain/settings.py | |||
@@ -298,7 +298,6 @@ SOUTH_TESTS_MIGRATE = False | |||
298 | 298 | ||
299 | # We automatically detect and install applications here if | 299 | # We automatically detect and install applications here if |
300 | # they have a 'models.py' or 'views.py' file | 300 | # they have a 'models.py' or 'views.py' file |
301 | import os | ||
302 | currentdir = os.path.dirname(__file__) | 301 | currentdir = os.path.dirname(__file__) |
303 | for t in os.walk(os.path.dirname(currentdir)): | 302 | for t in os.walk(os.path.dirname(currentdir)): |
304 | modulename = os.path.basename(t[0]) | 303 | modulename = os.path.basename(t[0]) |