diff options
Diffstat (limited to 'bitbake/lib/toaster/toastermain/urls.py')
| -rw-r--r-- | bitbake/lib/toaster/toastermain/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastermain/urls.py b/bitbake/lib/toaster/toastermain/urls.py index 5fb520b384..0360302668 100644 --- a/bitbake/lib/toaster/toastermain/urls.py +++ b/bitbake/lib/toaster/toastermain/urls.py | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | # SPDX-License-Identifier: GPL-2.0-only | 6 | # SPDX-License-Identifier: GPL-2.0-only |
| 7 | # | 7 | # |
| 8 | 8 | ||
| 9 | from django.conf.urls import include, url | 9 | from django.urls import re_path as url, include |
| 10 | from django.views.generic import RedirectView, TemplateView | 10 | from django.views.generic import RedirectView, TemplateView |
| 11 | from django.views.decorators.cache import never_cache | 11 | from django.views.decorators.cache import never_cache |
| 12 | import bldcollector.views | 12 | import bldcollector.views |
