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>2012-07-04 22:19:58 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-07-04 22:19:58 +0400
commit99f0589ea7bcf32da56fff0205485649de297c5f (patch)
treef53b7cd29164e1ff4cd53faabddbb08b84574d01 /release/scripts/modules/bl_i18n_utils
parent958cf139f6587df631944f6ec0fcb4111c7e58fa (diff)
Minor update to make it work within i18n repo too.
Diffstat (limited to 'release/scripts/modules/bl_i18n_utils')
-rw-r--r--release/scripts/modules/bl_i18n_utils/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/bl_i18n_utils/settings.py b/release/scripts/modules/bl_i18n_utils/settings.py
index 7ee81c1dc47..72b521d67a5 100644
--- a/release/scripts/modules/bl_i18n_utils/settings.py
+++ b/release/scripts/modules/bl_i18n_utils/settings.py
@@ -275,7 +275,7 @@ SPELL_CACHE = os.path.join("/tmp", ".spell_cache")
import sys
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
try:
- from i18n_override_settings import *
+ from bl_i18n_override_settings import *
except ImportError: # If no i18n_override_settings available, it’s no error!
pass