~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/webapp/dbpolicy.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:
37
37
    ISession,
38
38
    )
39
39
 
40
 
from canonical.config import (
 
40
from lp.services.config import (
41
41
    config,
42
42
    dbconfig,
43
43
    )
44
 
from canonical.database.sqlbase import StupidCache
45
44
from lp.services.database.lpstorm import (
46
45
    IMasterStore,
47
46
    ISlaveStore,
48
47
    )
49
48
from lp.services.database.readonly import is_read_only
 
49
from lp.services.database.sqlbase import StupidCache
50
50
from lp.services.webapp import LaunchpadView
51
51
from lp.services.webapp.interfaces import (
52
52
    DEFAULT_FLAVOR,