~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/code-import-worker.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:45:35 UTC
  • mfrom: (14565.2.24 apocalyptic-pieces)
  • Revision ID: launchpad@pqm.canonical.com-20111222044535-jbjyzq3hzwiy7g20
[rs=sinzui][no-qa] Move javascript and scripts to lp. Dismantle
 mailnotification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    CodeImportBranchOpenPolicy, CodeImportSourceDetails, GitImportWorker,
30
30
    HgImportWorker, get_default_bazaar_branch_store)
31
31
from lp.codehosting.safe_open import AcceptAnythingPolicy
32
 
from canonical.launchpad import scripts
 
32
from lp.services import scripts
33
33
 
34
34
 
35
35
opener_policies = {