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

Unified Diff: cms/bin/xtm_translations.py

Issue 29886648: Issue #6942 - Add XTM integration in CMS (Closed)
Patch Set: Addressed comments from patch set #3 Created Oct. 5, 2018, 12:30 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
« no previous file with comments | « .hgignore ('k') | cms/sources.py » ('j') | cms/translations/xtm/utils.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cms/bin/xtm_translations.py
diff --git a/cms/bin/xtm_translations.py b/cms/bin/xtm_translations.py
new file mode 100644
index 0000000000000000000000000000000000000000..a7c92c4ac8e90426df5e92e17dea0a0089de457d
--- /dev/null
+++ b/cms/bin/xtm_translations.py
@@ -0,0 +1,5 @@
+from cms.translations.xtm.cli import main
Vasily Kuznetsov 2018/10/05 14:51:24 Nit: all Python files that have any content need t
Tudor Avram 2018/10/05 16:28:47 Done.
+
+
+if __name__ == '__main__':
+ main()
« no previous file with comments | « .hgignore ('k') | cms/sources.py » ('j') | cms/translations/xtm/utils.py » ('J')

Powered by Google App Engine
This is Rietveld