Rename state variable in get_menu_choices()
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 25 Dec 2019 13:12:43 +0000 (13:12 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 28 Dec 2019 20:40:11 +0000 (20:40 +0000)
commit5c4f77cf2f28dedbb24280005ea7db9421ed197f
tree11505a6abe51b072c76568a1c101751421e4fa19
parent40fb678ab8ea5e35f06826bda8f484053dd831b1
Rename state variable in get_menu_choices()

Avoid shadowing the new menu module in misc.get_menu_choices() by
renaming its menu variable to state, which is also more consistent
with other menu-related functions.
mudpy/misc.py