aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/tests/browser/test_js_unit_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/tests/browser/test_js_unit_tests.py')
-rw-r--r--lib/toaster/tests/browser/test_js_unit_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/toaster/tests/browser/test_js_unit_tests.py b/lib/toaster/tests/browser/test_js_unit_tests.py
index 63f3f4a74..e6163bb3b 100644
--- a/lib/toaster/tests/browser/test_js_unit_tests.py
+++ b/lib/toaster/tests/browser/test_js_unit_tests.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
#
# BitBake Toaster Implementation
#
@@ -11,7 +11,7 @@
Run the js unit tests
"""
-from django.core.urlresolvers import reverse
+from django.urls import reverse
from tests.browser.selenium_helpers import SeleniumTestCase
import logging