~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/model/question.py

  • Committer: j.c.sackett
  • Date: 2011-05-12 21:33:10 UTC
  • mto: This revision was merged to the branch mainline in revision 13051.
  • Revision ID: jonathan.sackett@canonical.com-20110512213310-4nhiuuiqm5t9s87b
Moved messages from canonical to lp.services

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    SQLBase,
61
61
    sqlvalues,
62
62
    )
63
 
from canonical.launchpad.database.message import (
 
63
from lp.services.messages.model.message import (
64
64
    Message,
65
65
    MessageChunk,
66
66
    )
67
67
from canonical.launchpad.helpers import is_english_variant
68
68
from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
69
 
from canonical.launchpad.interfaces.message import IMessage
 
69
from lp.services.messages.interfaces.message import IMessage
70
70
from lp.answers.interfaces.faq import IFAQ
71
71
from lp.answers.interfaces.question import (
72
72
    InvalidQuestionStateError,