~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/tests/test_branchmergequeue.py

merged base branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
import simplejson
9
9
 
10
 
from canonical.launchpad.interfaces.lpstorm import IStore
 
10
from lp.services.database.lpstorm import IStore
11
11
from canonical.launchpad.webapp.testing import verifyObject
12
12
from canonical.testing.layers import (
13
13
    AppServerLayer,