~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-18 15:13:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14547.
  • Revision ID: curtis.hovey@canonical.com-20111218151307-sdm2gzobt5tplbe0
Moved badges to lp.app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import os
7
7
import tempfile
8
8
 
9
 
from lp.archivepublisher import HARDCODED_COMPONENT_ORDER
10
 
from lp.services.librarian.utils import (
 
9
from canonical.librarian.utils import (
11
10
    copy_and_close,
12
11
    sha1_from_path,
13
12
    )
 
13
from lp.archivepublisher import HARDCODED_COMPONENT_ORDER
14
14
from lp.services.propertycache import cachedproperty
15
15
from lp.soyuz.interfaces.publishing import (
16
16
    MissingSymlinkInPool,