~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/distroseriesdifferencecomment.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:
24
24
    )
25
25
 
26
26
from canonical.launchpad import _
 
27
from lp.services.messages.interfaces.message import IMessage
27
28
from lp.registry.interfaces.distroseriesdifference import (
28
29
    IDistroSeriesDifference,
29
30
    )
30
 
from lp.services.messages.interfaces.message import IMessage
31
31
 
32
32
 
33
33
class IDistroSeriesDifferenceComment(Interface):