~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/ftpmaster-tools/sync-source.py

  • Committer: William Grant
  • Date: 2011-12-30 01:48:17 UTC
  • mto: (14606.3.6 apocaremains)
  • mto: This revision was merged to the branch mainline in revision 14608.
  • Revision ID: william.grant@canonical.com-20111230014817-7qmddxz1x941socp
Move the rest of canonical.librarian to lp.services.librarianserver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    cursor,
35
35
    sqlvalues,
36
36
    )
37
 
from canonical.librarian.client import LibrarianClient
38
37
from lp.archiveuploader.utils import (
39
38
    DpkgSourceError,
40
39
    extract_dpkg_source,
42
41
from lp.registry.interfaces.distribution import IDistributionSet
43
42
from lp.registry.interfaces.person import IPersonSet
44
43
from lp.registry.interfaces.pocket import PackagePublishingPocket
 
44
from lp.services.librarian.client import LibrarianClient
45
45
from lp.services.scripts.base import (
46
46
    LaunchpadScript,
47
47
    LaunchpadScriptFailure,