Exemplo n.º 1
0
 def __init_(self):
     Command.__init__(self)
Exemplo n.º 2
0
 def __init__(self):
     Command.__init__(self)
     self.optparser.disable_interspersed_args()
Exemplo n.º 3
0
 def __init__(self, backup=None):
     self.backup = backup
     Command.__init__(self)
Exemplo n.º 4
0
 def __init_(self):
     Command.__init__(self)
Exemplo n.º 5
0
 def __init__(self, backup):
     Command.__init__(self)
     self.backup = backup