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