~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/translations-export-to-branch.py

  • Committer: William Grant
  • Date: 2012-01-01 03:14:54 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101031454-xhdgl26b1yiqpar9
cronscripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
__all__ = []
19
19
 
20
20
import _pythonpath
 
21
 
21
22
from lp.translations.scripts.translations_to_branch import (
22
 
    ExportTranslationsToBranch)
 
23
    ExportTranslationsToBranch,
 
24
    )
23
25
 
24
26
 
25
27
if __name__ == '__main__':