~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/model/customlanguagecode.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 storm.expr import And
19
19
from zope.interface import implements
20
20
 
21
 
from canonical.database.sqlbase import SQLBase
22
21
from lp.services.database.lpstorm import IStore
 
22
from lp.services.database.sqlbase import SQLBase
23
23
from lp.translations.interfaces.customlanguagecode import ICustomLanguageCode
24
24
 
25
25