summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/tests/browser/test_builddashboard_page.py')
-rw-r--r--bitbake/lib/toaster/tests/browser/test_builddashboard_page.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py b/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py
index 5e08749470..0d39abb050 100644
--- a/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py
+++ b/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py
@@ -22,7 +22,7 @@
22from django.core.urlresolvers import reverse 22from django.core.urlresolvers import reverse
23from django.utils import timezone 23from django.utils import timezone
24 24
25from selenium_helpers import SeleniumTestCase 25from tests.browser.selenium_helpers import SeleniumTestCase
26 26
27from orm.models import Project, Release, BitbakeVersion, Build, LogMessage 27from orm.models import Project, Release, BitbakeVersion, Build, LogMessage
28from orm.models import Layer, Layer_Version, Recipe, CustomImageRecipe 28from orm.models import Layer, Layer_Version, Recipe, CustomImageRecipe