def __init__(self):
     Application.__init__(self, USAGE, arg_limits=(1,),
                          env_options='ROBOT_OPTIONS', logger=LOGGER)
Exemple #2
0
 def __init__(self):
     Application.__init__(self, USAGE, arg_limits=(1,))
Exemple #3
0
 def __init__(self):
     Application.__init__(self, USAGE, arg_limits=(2,), auto_version=False)
Exemple #4
0
 def __init__(self):
     Application.__init__(self, USAGE, arg_limits=(1,), logger=LOGGER)
Exemple #5
0
 def __init__(self):
     Application.__init__(self, USAGE)
Exemple #6
0
 def __init__(self):
     Application.__init__(self,
                          USAGE,
                          arg_limits=(1, ),
                          env_options='ROBOT_OPTIONS',
                          logger=LOGGER)
Exemple #7
0
 def __init__(self):
     Application.__init__(self, USAGE, arg_limits=(2, ))
 def __init__(self):
     Application.__init__(self, USAGE, arg_limits=(1, ), logger=LOGGER)
Exemple #9
0
 def __init__(self):
     Application.__init__(self, USAGE, arg_limits=(2, ), auto_version=False)