~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/vocabulary.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:
29
29
    )
30
30
from zope.security.interfaces import Unauthorized
31
31
 
32
 
from lp.services.webapp.batching import BatchNavigator
33
 
from lp.services.webapp.interfaces import NoCanonicalUrl
34
 
from lp.services.webapp.publisher import canonical_url
35
 
from lp.services.webapp.vocabulary import IHugeVocabulary
36
32
from lp.app.browser.tales import (
37
33
    DateTimeFormatterAPI,
38
34
    IRCNicknameFormatterAPI,
50
46
from lp.registry.interfaces.sourcepackagename import ISourcePackageName
51
47
from lp.registry.model.pillaraffiliation import IHasAffiliation
52
48
from lp.registry.model.sourcepackagename import getSourcePackageDescriptions
 
49
from lp.services.webapp.batching import BatchNavigator
 
50
from lp.services.webapp.interfaces import NoCanonicalUrl
 
51
from lp.services.webapp.publisher import canonical_url
 
52
from lp.services.webapp.vocabulary import IHugeVocabulary
53
53
from lp.soyuz.interfaces.archive import IArchive
54
54
 
55
55
# XXX: EdwinGrubbs 2009-07-27 bug=405476