[fix] cldr languages dir

This commit is contained in:
Al
2015-08-11 20:04:25 -04:00
parent e98a822661
commit 48566bf097

View File

@@ -11,7 +11,7 @@ from lxml import etree
from unicode_paths import CLDR_DIR
this_dir = os.path.realpath(os.path.dirname(__file__))
DEFAULT_LANGUAGES_DIR = os.path.join(os.pardir, os.pardir, os.pardir,
DEFAULT_LANGUAGES_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir,
'resources', 'language', 'countries')
CLDR_SUPPLEMENTAL_DATA = os.path.join(CLDR_DIR, 'common', 'supplemental',