예제 #1
0
파일: application.py 프로젝트: ahal/jetty
 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"])
예제 #2
0
 def __init__(self):
     """
     Object constructor
     """
     Application.__init__(self, 'Enarksh-Spawner', '0.9.0')
예제 #3
0
 def __init__(self):
     """
     Object constructor.
     """
     Application.__init__(self, 'SDocApplication', '0.0.11')
예제 #4
0
 def __init__(self):
     """
     Object constructor
     """
     Application.__init__(self, 'pystratum', '0.10.22')
예제 #5
0
 def __init__(self):
     """
     Object constructor.
     """
     Application.__init__(self, 'SDocApplication', '0.0.11')
예제 #6
0
 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')