[mv] Moving all repo data files to a resources dir, data is only for runtime files

This commit is contained in:
Al
2015-07-21 18:10:39 -04:00
parent a38b924c5d
commit 64a63fdf51
391 changed files with 27 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir)))
from geodata.encoding import safe_encode, safe_decode
ADDRESS_EXPANSIONS_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir,
'data', 'dictionaries')
'resources', 'dictionaries')
ADDRESS_DATA_FILE = os.path.join(os.pardir, os.pardir, os.pardir, 'src', 'address_expansion_data.c')