~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-30 10:09:30 UTC
  • mfrom: (14606.2.8 apocalibrarian)
  • Revision ID: launchpad@pqm.canonical.com-20111230100930-kp3e0l6wakissewm
[r=wgrant][no-qa] Move canonical.librarian to
        lp.services.librarian(server).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import os
7
7
import tempfile
8
8
 
9
 
from canonical.librarian.utils import (
 
9
from lp.archivepublisher import HARDCODED_COMPONENT_ORDER
 
10
from lp.services.librarian.utils import (
10
11
    copy_and_close,
11
12
    sha1_from_path,
12
13
    )
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,