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_pot.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_pot.py')
-rwxr-xr-xpo/update_pot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/update_pot.py b/po/update_pot.py
index b0d77a3be03..b34b75f9740 100755
--- a/po/update_pot.py
+++ b/po/update_pot.py
@@ -92,4 +92,5 @@ def main():
if __name__ == "__main__":
+ print("\n\n *** Running %r *** \n" % __file__)
main()