A name change in a command stopped the ev API from loading.

This commit is contained in:
Griatch 2012-05-01 23:56:59 +02:00
parent 4acfe48d9c
commit fce5c79561

View file

@ -25,7 +25,7 @@ _attribute_cache = None
# limit symbol import for API
__all__ = ("CmdReload", "CmdReset", "CmdShutdown", "CmdPy",
"CmdScripts", "CmdObjects", "CmdService", "CmdVersion",
"CmdScripts", "CmdObjects", "CmdService", "CmdAbout",
"CmdTime", "CmdServerLoad")
class CmdReload(MuxCommand):