Exemplo n.º 1
0
 def __init__(self):
     BaseCmd.__init__(self)
     self.config_server = None
     self.config_port   = None
     self.config_syslog = None
     self.config_quiet  = None
     self.config_eventmgr = None
     self.config_autostop = None
     
     self._checkDependencies()
Exemplo n.º 2
0
 def cmd_listconfig(self, *args):
     """Lists the configuration"""       
     msg = BaseCmd.cmd_listconfig( self, *args )
     print msg