Exemplo n.º 1
0
 def __init__(self):
     Command.__init__(self, 'login', False)
Exemplo n.º 2
0
 def __init__(self):
     Command.__init__(self, 'upload', True)
Exemplo n.º 3
0
 def __init__(self):
     Command.__init__(self, 'mkdir', True)
Exemplo n.º 4
0
 def __init__(self):
     Command.__init__(self, 'conf', False)
Exemplo n.º 5
0
 def __init__(self):
     Command.__init__(self, 'login', False)
Exemplo n.º 6
0
 def __init__(self):
     Command.__init__(self, 'play', True)
Exemplo n.º 7
0
 def __init__(self):
     Command.__init__(self, 'ls', True)
Exemplo n.º 8
0
 def __init__(self):
     Command.__init__(self, 'mkdir', True)
Exemplo n.º 9
0
 def __init__(self):
     Command.__init__(self, 'tasks', True)
Exemplo n.º 10
0
 def __init__(self):
     Command.__init__(self, 'conf', False)
Exemplo n.º 11
0
 def __init__(self):
     Command.__init__(self, 'play', True)
Exemplo n.º 12
0
 def __init__(self):
     Command.__init__(self, "ls", True)
Exemplo n.º 13
0
 def __init__(self):
     Command.__init__(self, 'unmask', True)
Exemplo n.º 14
0
 def __init__(self):
     Command.__init__(self, 'exit', False)
Exemplo n.º 15
0
 def __init__(self):
     Command.__init__(self, 'exit', False)
Exemplo n.º 16
0
 def __init__(self):
     Command.__init__(self, 'debug', False)
Exemplo n.º 17
0
 def __init__(self):
     Command.__init__(self, 'download', True)
Exemplo n.º 18
0
 def __init__(self):
     Command.__init__(self, 'pwd', True)
Exemplo n.º 19
0
 def __init__(self):
     Command.__init__(self, 'tasks', True)
Exemplo n.º 20
0
 def __init__(self):
     Command.__init__(self, 'push', True)
Exemplo n.º 21
0
 def __init__(self):
     Command.__init__(self, 'push', True)
Exemplo n.º 22
0
 def __init__(self):
     Command.__init__(self, 'lcd', False)
Exemplo n.º 23
0
 def __init__(self):
     Command.__init__(self, 'cd', True)
Exemplo n.º 24
0
 def __init__(self):
     Command.__init__(self, 'lcd', False)