~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/externalbugtracker/trac.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:
20
20
from zope.interface import implements
21
21
 
22
22
from canonical.config import config
23
 
from canonical.launchpad.interfaces.message import IMessageSet
 
23
from lp.services.messages.interfaces.message import IMessageSet
24
24
from canonical.launchpad.webapp.url import urlappend
25
25
from lp.app.validators.email import valid_email
26
26
from lp.bugs.externalbugtracker.base import (