~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: 2012-01-01 11:37:40 UTC
  • mfrom: (14612.2.10 oh-god-so-many-imports)
  • Revision ID: launchpad@pqm.canonical.com-20120101113740-o241xl1m2njr25qn
[r=wgrant][no-qa] Post-apocalyptic tree-wide format-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
from zope.component import getUtility
20
20
from zope.interface import implements
21
21
 
22
 
from lp.services.config import config
23
 
from lp.services.webapp.url import urlappend
24
22
from lp.app.validators.email import valid_email
25
23
from lp.bugs.externalbugtracker.base import (
26
24
    BugNotFound,
43
41
    ISupportsCommentPushing,
44
42
    UNKNOWN_REMOTE_IMPORTANCE,
45
43
    )
 
44
from lp.services.config import config
46
45
from lp.services.database.isolation import ensure_no_transaction
47
46
from lp.services.messages.interfaces.message import IMessageSet
 
47
from lp.services.webapp.url import urlappend
48
48
 
49
49
# Symbolic constants used for the Trac LP plugin.
50
50
LP_PLUGIN_BUG_IDS_ONLY = 0