~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-06 12:11:50 UTC
  • mfrom: (14625.2.7 gina-dsc-binaries)
  • Revision ID: launchpad@pqm.canonical.com-20120106121150-e0bucmb5qeyytnn9
[r=wgrant][bug=911943] Fix SourcePackageReleaseDscBinariesUpdater:
        round chunk_size to int (and document this issue).

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 canonical.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