[mv] Moving all repo data files to a resources dir, data is only for runtime files
This commit is contained in:
@@ -4,7 +4,7 @@ import sys
|
||||
this_dir = os.path.realpath(os.path.dirname(__file__))
|
||||
sys.path.append(os.path.realpath(os.path.join(os.pardir, os.pardir)))
|
||||
|
||||
DATA_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, 'data')
|
||||
DATA_DIR = os.path.join(this_dir, os.pardir, os.pardir, os.pardir, 'resources')
|
||||
|
||||
UNICODE_DATA_DIR = os.path.join(DATA_DIR, 'unicode')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user