Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-09-20 21:44:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-20 21:44:45 +0400
commit0af633a36ce34fc2d80fb571f4b0e73233563827 (patch)
treed83b280bad0a0ce36f5e4465227d779b2891f5d5 /po/update_mo.py
parentbc788a3607eda1889c7f0fe2201116826a9394ee (diff)
move message.txt generator out of wm.py (which was loaded with blender always), into it own py script which runs on its own, also added this to 'make translations' target.
Diffstat (limited to 'po/update_mo.py')
-rwxr-xr-xpo/update_mo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/update_mo.py b/po/update_mo.py
index e0317f74dd7..eb4c2840e28 100755
--- a/po/update_mo.py
+++ b/po/update_mo.py
@@ -50,4 +50,5 @@ def main():
process.wait()
if __name__ == "__main__":
+ print("\n\n *** Running %r *** \n" % __file__)
main()