Beispiel #1
0
 def __init__(self, path=None):
     BaseApplication.__init__(self, "Jetty", __version__)
     self._path = path
     self._poetry = None
     self._skip_io_configuration = False
     self._formatter = Formatter(True)
     self._formatter.add_style("error", "red", options=["bold"])
 def __init__(self):
     """
     Object constructor
     """
     Application.__init__(self, 'Enarksh-Spawner', '0.9.0')
Beispiel #3
0
 def __init__(self):
     """
     Object constructor.
     """
     Application.__init__(self, 'SDocApplication', '0.0.11')
Beispiel #4
0
 def __init__(self):
     """
     Object constructor
     """
     Application.__init__(self, 'pystratum', '0.10.22')
 def __init__(self):
     """
     Object constructor.
     """
     Application.__init__(self, 'SDocApplication', '0.0.11')
 def __init__(self):
     """
     Object constructor.
     """
     Application.__init__(self, 'kerapu', '1.0.0')
 def __init__(self):
     """
     Object constructor
     """
     Application.__init__(self, 'backuppc-clone', '1.0.1')