~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archivepublisher/publishing.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-09 09:23:38 UTC
  • mfrom: (14333.2.13 history-model)
  • Revision ID: launchpad@pqm.canonical.com-20111209092338-se7u5l0skqzaes1v
[r=jcsackett][bug=295214, 894836,
 898200] Keep sort button ob bug listing pages in sync with the
 displayed data

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    Release,
22
22
    )
23
23
 
 
24
from canonical.database.sqlbase import sqlvalues
 
25
from canonical.librarian.client import LibrarianClient
24
26
from lp.archivepublisher import HARDCODED_COMPONENT_ORDER
25
27
from lp.archivepublisher.config import getPubConfig
26
28
from lp.archivepublisher.diskpool import DiskPool
39
41
    RepositoryIndexFile,
40
42
    )
41
43
from lp.registry.interfaces.pocket import PackagePublishingPocket
42
 
from lp.services.database.sqlbase import sqlvalues
43
 
from lp.services.librarian.client import LibrarianClient
44
44
from lp.services.utils import file_exists
45
45
from lp.soyuz.enums import (
46
46
    ArchivePurpose,