~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/vocabularies/sourcepackagerecipe.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:
14
14
    SimpleVocabulary,
15
15
    )
16
16
 
 
17
from lp.code.model.sourcepackagerecipe import get_buildable_distroseries_set
17
18
from lp.services.webapp.authorization import check_permission
18
19
from lp.services.webapp.interfaces import ILaunchBag
19
20
from lp.services.webapp.sorting import sorted_dotted_numbers
20
 
from lp.code.model.sourcepackagerecipe import get_buildable_distroseries_set
21
21
from lp.soyuz.browser.archive import make_archive_vocabulary
22
22
from lp.soyuz.interfaces.archive import IArchiveSet
23
23