~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/distroseries.py

  • Committer: Curtis Hovey
  • Date: 2011-05-27 20:03:56 UTC
  • mto: This revision was merged to the branch mainline in revision 13136.
  • Revision ID: curtis.hovey@canonical.com-20110527200356-5436d46qjkflku1q
Updated imports of IHasDriver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    )
53
53
 
54
54
from canonical.launchpad import _
55
 
from canonical.launchpad.interfaces.launchpad import IHasAppointedDriver
56
55
from lp.app.interfaces.launchpad import IServiceUsage
57
56
from lp.app.validators import LaunchpadValidationError
58
57
from lp.app.validators.email import email_validator
73
72
    IMilestone,
74
73
    )
75
74
from lp.registry.interfaces.person import IPerson
76
 
from lp.registry.interfaces.role import IHasOwner
 
75
from lp.registry.interfaces.role import (
 
76
    IHasAppointedDriver,
 
77
    IHasOwner,
 
78
    )
77
79
from lp.registry.interfaces.series import (
78
80
    ISeriesMixin,
79
81
    SeriesStatus,