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>2012-07-29 16:07:06 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-29 16:07:06 +0400
commit2553cdf195a1d1bbf19bde23b8bbe58de802d1f3 (patch)
treef5f7e25465de4f99c406dbba25864b150c84b67d /release/scripts/modules/bl_i18n_utils/rtl_preprocess.py
parentab38e1d3795f58b5b3e9ca0377c9348ed710471a (diff)
style cleanup
Diffstat (limited to 'release/scripts/modules/bl_i18n_utils/rtl_preprocess.py')
-rwxr-xr-xrelease/scripts/modules/bl_i18n_utils/rtl_preprocess.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/rtl_preprocess.py b/release/scripts/modules/bl_i18n_utils/rtl_preprocess.py
index 9b2ee983952..5ee5c71be8b 100755
--- a/release/scripts/modules/bl_i18n_utils/rtl_preprocess.py
+++ b/release/scripts/modules/bl_i18n_utils/rtl_preprocess.py
@@ -86,6 +86,7 @@ FRIBIDI_FLAGS_DEFAULT = FRIBIDI_FLAG_SHAPE_MIRRORING | \
FRIBIDI_FLAGS_ARABIC = FRIBIDI_FLAG_SHAPE_ARAB_PRES | \
FRIBIDI_FLAG_SHAPE_ARAB_LIGA
+
##### Kernel processing funcs. #####
def protect_format_seq(msg):
"""
@@ -185,6 +186,7 @@ def log2vis(msgs):
yield fbc_str.value
+
##### Command line stuff. #####
def main():
import argparse
@@ -208,7 +210,6 @@ def main():
help="The po's to pre-process messages.")
args = parser.parse_args()
-
msgs, state, u1 = utils.parse_messages(args.src)
if state["is_broken"]:
print("Source po is BROKEN, aborting.")