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