~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/model/binarypackagepath.py

  • Committer: Curtis Hovey
  • Date: 2011-08-21 14:21:06 UTC
  • mto: This revision was merged to the branch mainline in revision 13745.
  • Revision ID: curtis.hovey@canonical.com-20110821142106-x93hajd6iguma8gx
Update test that was enforcing bad grammar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    )
15
15
from zope.interface import implements
16
16
 
17
 
from lp.services.database.lpstorm import IMasterStore
 
17
from canonical.launchpad.interfaces.lpstorm import IMasterStore
18
18
from lp.soyuz.interfaces.binarypackagepath import IBinaryPackagePath
19
19
 
20
20