[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48607] trunk/blender/release/scripts/ modules/bl_i18n_utils: Minor update to make it work within i18n repo too.

Bastien Montagne montagne29 at wanadoo.fr
Wed Jul 4 20:19:58 CEST 2012


Revision: 48607
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48607
Author:   mont29
Date:     2012-07-04 18:19:58 +0000 (Wed, 04 Jul 2012)
Log Message:
-----------
Minor update to make it work within i18n repo too.

Modified Paths:
--------------
    trunk/blender/release/scripts/modules/bl_i18n_utils/settings.py

Property Changed:
----------------
    trunk/blender/release/scripts/modules/bl_i18n_utils/


Property changes on: trunk/blender/release/scripts/modules/bl_i18n_utils
___________________________________________________________________
Added: svn:ignore
   + __pycache__


Modified: trunk/blender/release/scripts/modules/bl_i18n_utils/settings.py
===================================================================
--- trunk/blender/release/scripts/modules/bl_i18n_utils/settings.py	2012-07-04 18:09:52 UTC (rev 48606)
+++ trunk/blender/release/scripts/modules/bl_i18n_utils/settings.py	2012-07-04 18:19:58 UTC (rev 48607)
@@ -275,7 +275,7 @@
 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
 




More information about the Bf-blender-cvs mailing list