~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/fields/tests/test_fields.py

merged base branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
from zope.interface import Interface
14
14
from zope.schema.interfaces import TooShort
15
15
 
16
 
from canonical.launchpad.interfaces.lpstorm import IStore
 
16
from lp.services.database.lpstorm import IStore
17
17
from canonical.testing.layers import DatabaseFunctionalLayer
18
18
from lp.app.validators import LaunchpadValidationError
19
19
from lp.registry.interfaces.nameblacklist import INameBlacklistSet