Lines 66-72
Link Here
|
66 |
sys.exit(0) |
66 |
sys.exit(0) |
67 |
|
67 |
|
68 |
# get description names from memory assetml, these are the words used by letters.py |
68 |
# get description names from memory assetml, these are the words used by letters.py |
69 |
parser = pyassetml.AssetmlParser('childsplay/memory-136x136/memory-136x136.assetml') |
69 |
parser = pyassetml.AssetmlParser(os.path.join(cwd,'memory-136x136.assetml')) |
70 |
loc = parser.get_locale()# get current locale setting, only the first two chars !! |
70 |
loc = parser.get_locale()# get current locale setting, only the first two chars !! |
71 |
wlist_org = parser.find_names((('file','.'),('description',"en"))) |
71 |
wlist_org = parser.find_names((('file','.'),('description',"en"))) |
72 |
wlist = parser.find_names((('file','.'),('description',loc))) |
72 |
wlist = parser.find_names((('file','.'),('description',loc))) |