~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/copy-translations-from-parent.py

  • Committer: William Grant
  • Date: 2012-01-01 03:13:08 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101031308-ozhin5aaoxj5th20
scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
import _pythonpath
16
16
 
17
17
import sys
 
18
 
18
19
from zope.component import getUtility
 
20
 
19
21
from lp.services.config import config
20
22
from lp.services.scripts.base import LaunchpadCronScript
21
23
from lp.translations.scripts.copy_distroseries_translations import (
22
 
    copy_distroseries_translations)
 
24
    copy_distroseries_translations,
 
25
    )
23
26
 
24
27
 
25
28
class TranslationsCopier(LaunchpadCronScript):