~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/doc/gettext-check-messages.txt

  • 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:
24
24
 
25
25
    >>> from zope.security.proxy import removeSecurityProxy
26
26
 
27
 
    >>> from canonical.database.sqlbase import quote
 
27
    >>> from lp.services.database.sqlbase import quote
28
28
    >>> from lp.translations.scripts.gettext_check_messages import (
29
29
    ...     GettextCheckMessages)
30
30
    >>> from lp.services.log.logger import FakeLogger