~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/rosetta/gettext_check_messages.py

  • Committer: Curtis Hovey
  • Date: 2011-12-24 17:49:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224174930-xk1d5cvhyxq46ctf
Moved webapp to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
import _pythonpath
24
24
 
25
25
from lp.translations.scripts.gettext_check_messages import (
26
 
    GettextCheckMessages,
27
 
    )
 
26
    GettextCheckMessages)
28
27
 
29
28
 
30
29
if __name__ == '__main__':