~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

merged base branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
from canonical.config import config
28
28
from canonical.database.constants import UTC_NOW
29
29
from canonical.launchpad import _
30
 
from canonical.launchpad.interfaces.lpstorm import IStore
 
30
from lp.services.database.lpstorm import IStore
31
31
from canonical.launchpad.webapp.interfaces import IOpenLaunchBag
32
32
from canonical.testing.layers import (
33
33
    AppServerLayer,