summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/tests/browser/test_js_unit_tests.py')
-rw-r--r--bitbake/lib/toaster/tests/browser/test_js_unit_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py b/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py
index e8b4295b86..e6163bb3b2 100644
--- a/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py
+++ b/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py
@@ -11,7 +11,7 @@
11Run the js unit tests 11Run the js unit tests
12""" 12"""
13 13
14from django.core.urlresolvers import reverse 14from django.urls import reverse
15from tests.browser.selenium_helpers import SeleniumTestCase 15from tests.browser.selenium_helpers import SeleniumTestCase
16import logging 16import logging
17 17