~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/populate-archive.py

  • Committer: William Grant
  • Date: 2011-09-27 04:40:23 UTC
  • mfrom: (7675.1243.1 db-bug-735621)
  • mto: This revision was merged to the branch mainline in revision 14057.
  • Revision ID: william.grant@canonical.com-20110927044023-0c2qf0kkt5sahyt4
Merge jtv's unlanded LaunchpadCronScriptification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
import _pythonpath
14
14
 
15
 
from lp.services.config import config
 
15
from canonical.config import config
16
16
from lp.soyuz.scripts.populate_archive import ArchivePopulator
17
17
 
18
18