~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 20:21:38 UTC
  • mfrom: (14646.2.1 bug912794)
  • Revision ID: launchpad@pqm.canonical.com-20120106202138-mnl55qu4h9iovgk4
[r=gary][bug=912794] update to newer launchpadlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
from zope.interface import implements
32
32
 
33
 
from canonical.config import config
34
33
from lp.bugs.adapters import treelookup
35
34
from lp.bugs.interfaces.bugtask import BugTaskStatus
36
35
from lp.bugs.interfaces.externalbugtracker import (
39
38
    ISupportsCommentImport,
40
39
    ISupportsCommentPushing,
41
40
    )
 
41
from lp.services.config import config
42
42
from lp.services.database.isolation import ensure_no_transaction
43
43
 
44
44
# The user agent we send in our requests