diff options
Diffstat (limited to 'bitbake/lib/toaster/toastermain/settings.py')
-rw-r--r-- | bitbake/lib/toaster/toastermain/settings.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py index 74103f3063..c4f3d6bfff 100644 --- a/bitbake/lib/toaster/toastermain/settings.py +++ b/bitbake/lib/toaster/toastermain/settings.py | |||
@@ -399,12 +399,3 @@ class InvalidString(str): | |||
399 | "Undefined variable or unknown value for: \"%s\"" % other) | 399 | "Undefined variable or unknown value for: \"%s\"" % other) |
400 | 400 | ||
401 | TEMPLATE_STRING_IF_INVALID = InvalidString("%s") | 401 | TEMPLATE_STRING_IF_INVALID = InvalidString("%s") |
402 | |||
403 | import sys | ||
404 | sys.path.append( | ||
405 | os.path.join( | ||
406 | os.path.join( | ||
407 | os.path.dirname(os.path.dirname(os.path.abspath(__file__))), | ||
408 | "contrib"), | ||
409 | "django-aggregate-if-master") | ||
410 | ) | ||