~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/tests/test_bugtask.py

Migrated hardward database to lp. Updated test_doc to run the hwddb test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
from lazr.lifecycle.snapshot import Snapshot
13
13
 
14
14
from canonical.launchpad.ftests import login
15
 
from canonical.launchpad.interfaces.hwdb import HWBus, IHWDeviceSet
 
15
from lp.hardwaredb.interfaces.hwdb import HWBus, IHWDeviceSet
16
16
from canonical.launchpad.searchbuilder import all, any
17
17
from canonical.testing import LaunchpadFunctionalLayer, LaunchpadZopelessLayer
18
18