~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/mlist-import.py

  • Committer: Curtis Hovey
  • Date: 2011-12-19 14:44:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14547.
  • Revision ID: curtis.hovey@canonical.com-20111219144407-2it5v4v99ien9q7h
Move scripts to lp.registry

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
import _pythonpath
25
25
 
26
26
from canonical.config import config
27
 
from canonical.launchpad.scripts.mlistimport import Importer
 
27
from lp.registry.scripts.mlistimport import Importer
28
28
from lp.services.scripts.base import LaunchpadScript
29
29
 
30
30