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)
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.


No differences found