[fix] path for running numex.py

This commit is contained in:
Al
2016-03-29 11:15:24 -04:00
parent 378459fde8
commit 2a2d1738a3

View File

@@ -4,7 +4,7 @@ import sys
import ujson as json
this_dir = os.path.realpath(os.path.dirname(__file__))
sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir)))
sys.path.append(os.path.realpath(os.path.join(this_dir, os.pardir, os.pardir)))
from geodata.encoding import safe_encode
from unicode_paths import DATA_DIR