command_system. do not automatically enable Execute class

This commit is contained in:
Denis Fomin 2011-10-05 14:37:40 +03:00
parent 735888d22e
commit 98781f8db4
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ from ..framework import CommandContainer, command, doc
from hosts import *
class Execute(CommandContainer):
AUTOMATIC = True
AUTOMATIC = False
HOSTS = ChatCommands, PrivateChatCommands, GroupChatCommands
DIRECTORY = "~"
@ -117,4 +117,4 @@ class Show(Execute):
if success and stdout:
processor.send(stdout)
elif not success and stderr:
processor.echo_error(stderr)
processor.echo_error(stderr)