~smoser/ubuntu/trusty/maas/lp-1172566

« back to all changes in this revision

Viewing changes to src/maasserver/views/tests/test_boot_image_list.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-04-03 13:45:02 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20140403134502-8a6wvuqwyuekufh0
Tags: upstream-1.5+bzr2227
ImportĀ upstreamĀ versionĀ 1.5+bzr2227

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from lxml.html import fromstring
22
22
from maasserver.testing.factory import factory
23
23
from maasserver.testing.testcase import MAASServerTestCase
24
 
from maasserver.views.settings_clusters import BootImagesListView
 
24
from maasserver.views.clusters import BootImagesListView
25
25
from testtools.matchers import ContainsAll
26
26
 
27
27