~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/model/translationsoverview.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:
6
6
 
7
7
from zope.interface import implements
8
8
 
9
 
from canonical.database.sqlbase import (
10
 
    cursor,
11
 
    sqlvalues,
12
 
    )
13
9
from lp.app.enums import ServiceUsage
14
10
from lp.registry.model.distribution import Distribution
15
11
from lp.registry.model.product import Product
 
12
from lp.services.database.sqlbase import (
 
13
    cursor,
 
14
    sqlvalues,
 
15
    )
16
16
from lp.translations.interfaces.translationsoverview import (
17
17
    ITranslationsOverview,
18
18
    MalformedKarmaCacheData,