~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/scripts/bzremotecomponentfinder.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:
18
18
from BeautifulSoup import BeautifulSoup
19
19
from zope.component import getUtility
20
20
 
21
 
from lp.services.database.lpstorm import IStore
22
 
from lp.services.scripts.logger import log as default_log
23
21
from lp.bugs.interfaces.bugtracker import (
24
22
    BugTrackerType,
25
23
    IBugTrackerSet,
26
24
    )
27
25
from lp.bugs.model.bugtracker import BugTrackerComponent
 
26
from lp.services.database.lpstorm import IStore
 
27
from lp.services.scripts.logger import log as default_log
28
28
 
29
29
 
30
30
def dictFromCSV(line):