Minor update to make it work within i18n repo too.

This commit is contained in:
Bastien Montagne 2012-07-04 18:19:58 +00:00
parent 958cf139f6
commit 99f0589ea7

@ -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, its no error!
pass