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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cms/bin/xtm_translations/__main__.py
diff --git a/cms/bin/xtm_translations/__main__.py b/cms/bin/xtm_translations/__main__.py
new file mode 100644
index 0000000000000000000000000000000000000000..c06acce1697d84e9fdd17115b8d9e324259cd70a
--- /dev/null
+++ b/cms/bin/xtm_translations/__main__.py
@@ -0,0 +1,5 @@
+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.
+
+
+if __name__ == '__main__':
+ main()

Powered by Google App Engine
This is Rietveld