Rename command.set to command.c_set
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 5 Jan 2019 17:53:57 +0000 (17:53 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 5 Jan 2019 17:53:57 +0000 (17:53 +0000)
commit943df51673c1d17b29112792ff529bfbc529a42b
treeb43a4b47f1f5a0d67d4b9d27853f7697ffae08ee
parent09f2c82b62bd4060474ddcd6bb078f398b38747c
Rename command.set to command.c_set

In order to avoid shadowing any built-in set() method for Python
modules, rename the set() function defined in the command module to
c_set() and adjust the corresponding caller for the "set"
administrative command accordingly.
mudpy/command.py
share/command.yaml