From: David Reyna <[email protected]> Fix a fatal error introduced by a corrupted patch file submission.
[YOCTO #12459] Signed-off-by: David Reyna <[email protected]> --- bitbake/lib/toaster/bldcollector/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/toaster/bldcollector/urls.py b/bitbake/lib/toaster/bldcollector/urls.py index ed379bf..888175d 100644 --- a/bitbake/lib/toaster/bldcollector/urls.py +++ b/bitbake/lib/toaster/bldcollector/urls.py @@ -17,7 +17,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -from djaV2 ngo.conf.urls import include, url +from django.conf.urls import include, url import bldcollector.views -- 1.9.1 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
