summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests/browser/test_sample.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/tests/browser/test_sample.py')
-rw-r--r--bitbake/lib/toaster/tests/browser/test_sample.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/browser/test_sample.py b/bitbake/lib/toaster/tests/browser/test_sample.py
index f4ad670a36..b0067c21cd 100644
--- a/bitbake/lib/toaster/tests/browser/test_sample.py
+++ b/bitbake/lib/toaster/tests/browser/test_sample.py
@@ -16,7 +16,7 @@ New test files should follow this structure, should be named "test_*.py",
16and should be in the same directory as this sample. 16and should be in the same directory as this sample.
17""" 17"""
18 18
19from django.core.urlresolvers import reverse 19from django.urls import reverse
20from tests.browser.selenium_helpers import SeleniumTestCase 20from tests.browser.selenium_helpers import SeleniumTestCase
21 21
22class TestSample(SeleniumTestCase): 22class TestSample(SeleniumTestCase):