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)
commit441a3b1816c93351b15ba23e94ce9a69e704907b
treeb43a4b47f1f5a0d67d4b9d27853f7697ffae08ee
parent9aee27b99aec3c1a79703f305d777d0e12596071
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