Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: cms/bin/xtm_translations/__main__.py

Issue 29886648: Issue #6942 - Add XTM integration in CMS (Closed)
Patch Set: Addressed initial comments Created Sept. 25, 2018, 12:24 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 from cms.bin.xtm_translations.translate_xtm_cloud import main
Vasily Kuznetsov 2018/09/26 10:43:15 Most of the code of xtm_translations doesn't need
Tudor Avram 2018/10/04 06:48:01 We discussed this in person and, as far as I remem
Vasily Kuznetsov 2018/10/05 10:56:24 I think we've decided to do this at the end of thi
Tudor Avram 2018/10/05 12:34:40 Done.
2
3
4 if __name__ == '__main__':
5 main()
OLDNEW

Powered by Google App Engine
This is Rietveld