Remove exec() from handle_user_input() function
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 24 Dec 2019 22:37:18 +0000 (22:37 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 28 Dec 2019 20:40:11 +0000 (20:40 +0000)
commit40fb678ab8ea5e35f06826bda8f484053dd831b1
tree769ac22e163f12caaf40d4c2af74d43af1feab4f
parente067958404628ee8881e132399f73a760efab8c1
Remove exec() from handle_user_input() function

Stop passing the constructed handler function name into an exec()
and instead reference it from the globals() dict.
mudpy/misc.py