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:
authorBastien Montagne <montagne29@wanadoo.fr>2013-04-19 20:23:02 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-04-19 20:23:02 +0400
commitfba67abf7a9caf8ccfa03af38d91f70de8875d2d (patch)
treed490864eb64c2ef870d8947bfd627a74c5309b36 /release/scripts/modules/bl_i18n_utils/settings.py
parent1210c8493c4a09f1ffcbd0acd169bf043bddebe0 (diff)
Restore usage of difflib's quick_ratio()... Don't actually know what happens here, my tests with timeit showed it much slower than ratio(), but real-life says the contrary...
Diffstat (limited to 'release/scripts/modules/bl_i18n_utils/settings.py')
-rw-r--r--release/scripts/modules/bl_i18n_utils/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/settings.py b/release/scripts/modules/bl_i18n_utils/settings.py
index 832adc80934..4ca4c18cc7b 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -344,6 +344,7 @@ WARN_MSGID_END_POINT_ALLOWED = {
"Temp. Diff.",
"Float Neg. Exp.",
" RNA Path: bpy.types.",
+ "Max Ext.",
}
PARSER_CACHE_HASH = 'sha1'