~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/rosetta-branches.py

  • Committer: William Grant
  • Date: 2011-12-30 02:21:12 UTC
  • mto: (14606.3.6 apocaremains)
  • mto: This revision was merged to the branch mainline in revision 14608.
  • Revision ID: william.grant@canonical.com-20111230022112-1b1pdbwt1suongbu
Drop fatsam.dia. It's more than 6 years out of date.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
__metaclass__ = type
15
15
 
16
16
import _pythonpath
17
 
 
18
17
from zope.component import getUtility
19
18
 
20
 
from lp.code.interfaces.branchjob import IRosettaUploadJobSource
 
19
from lp.services.config import config
21
20
from lp.codehosting.vfs.branchfs import get_ro_server
22
 
from lp.services.config import config
23
21
from lp.services.job.runner import JobRunner
 
22
from lp.code.interfaces.branchjob import IRosettaUploadJobSource
24
23
from lp.services.scripts.base import LaunchpadCronScript
25
24
from lp.services.webapp.errorlog import globalErrorUtility
26
25