Use YAML references to tie hints to locations.

This change makes locbit.py obsolete; it's deleted.
This commit is contained in:
Eric S. Raymond 2017-06-22 14:27:22 -04:00
parent 3215930f64
commit 94d1aa5183
3 changed files with 182 additions and 241 deletions

View file

@ -240,7 +240,8 @@ def get_hints(hnt, arb):
"""
hnt_str = ""
md = dict(arb)
for item in hnt:
for member in hnt:
item = member["hint"]
number = item["number"]
penalty = item["penalty"]
turns = item["turns"]