~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/externalbugtracker/trac.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 04:38:42 UTC
  • mfrom: (14550.1.2 refactor-imports-redux)
  • Revision ID: launchpad@pqm.canonical.com-20111220043842-5djlrud7wls7cqex
[r=stevenk][no-qa] Re-run format-imports over lib/lp and
 lib/canonical/launchpad.

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 lp.services.messages.interfaces.message import IMessageSet
24
23
from canonical.launchpad.webapp.url import urlappend
25
24
from lp.app.validators.email import valid_email
26
25
from lp.bugs.externalbugtracker.base import (
45
44
    UNKNOWN_REMOTE_IMPORTANCE,
46
45
    )
47
46
from lp.services.database.isolation import ensure_no_transaction
 
47
from lp.services.messages.interfaces.message import IMessageSet
48
48
 
49
49
# Symbolic constants used for the Trac LP plugin.
50
50
LP_PLUGIN_BUG_IDS_ONLY = 0