[fix] local dirs for cldr data

This commit is contained in:
Al
2015-04-14 15:46:15 -04:00
parent 744231c148
commit 6e9295154a
4 changed files with 15 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import subprocess
import sys
import tempfile
from cldr_data import CLDR_DIR
from unicode_paths import CLDR_DIR
this_dir = os.path.realpath(os.path.dirname(__file__))
sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir)))