コード例 #1
0
ファイル: ft_cmd_put.py プロジェクト: pchretien/ftpopy
 def __init__(self, cmd, msg):
     ICommand.__init__(self, cmd)
     self.__message = msg
コード例 #2
0
ファイル: ft_cmd_shell.py プロジェクト: pchretien/ftpopy
 def __init__(self, cmd):
     ICommand.__init__(self, cmd)