~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/database/readonly.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:
19
19
import threading
20
20
 
21
21
from lazr.restful.utils import get_current_browser_request
22
 
 
23
22
from zope.security.management import queryInteraction
24
23
 
25
 
from canonical.config import config
 
24
from lp.services.config import config
26
25
 
27
26
 
28
27
read_only_file_path = os.path.join(config.root, 'read-only.txt')