~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/pending/gnu-savannah-celebrity.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:
13
13
 
14
14
from zope.component import getUtility
15
15
 
16
 
 
17
 
from lp.services.scripts import execute_zcml_for_scripts
18
16
from canonical.lp import initZopeless
19
17
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
20
18
from lp.bugs.interfaces.bugtracker import (
23
21
    IBugTrackerSet,
24
22
    )
25
23
from lp.bugs.model.bugtracker import BugTrackerAlias
 
24
from lp.services.scripts import execute_zcml_for_scripts
26
25
 
27
26
 
28
27
execute_zcml_for_scripts()