~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2012-01-06 01:29:22 UTC
  • mto: This revision was merged to the branch mainline in revision 14644.
  • Revision ID: curtis.hovey@canonical.com-20120106012922-bs5lsjrocddb3gx5
Fixed import and moved test to where the class lives.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    )
17
17
from zope.interface import implements
18
18
 
19
 
from canonical.database.sqlbase import SQLBase
20
19
from lp.app.errors import NotFoundError
 
20
from lp.services.database.sqlbase import SQLBase
21
21
from lp.soyuz.interfaces.section import (
22
22
    ISection,
23
23
    ISectionSelection,