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() |