~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Michael Hudson
  • Date: 2010-07-27 05:07:09 UTC
  • mto: (11128.11.2)
  • mto: This revision was merged to the branch mainline in revision 11299.
  • Revision ID: michael.hudson@linaro.org-20100727050709-lue5tgfc3w5bhgj8
merge more separate apache config from later pipe

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
from canonical.database.sqlbase import SQLBase
18
18
 
19
 
from lp.app.errors import NotFoundError
 
19
from canonical.launchpad.webapp.interfaces import NotFoundError
20
20
from lp.soyuz.interfaces.component import (
21
21
    IComponent, IComponentSelection, IComponentSet)
22
22