WebBrowser/WebBrowserSingleApplication.py

changeset 6630
bddd12f27a4c
parent 6625
a67fee7bc09c
child 6645
ad476851d7e0
equal deleted inserted replaced
6629:643ec3a53d17 6630:bddd12f27a4c
113 self.shutdown.emit() 113 self.shutdown.emit()
114 114
115 115
116 class WebBrowserSingleApplicationClient(SingleApplicationClient): 116 class WebBrowserSingleApplicationClient(SingleApplicationClient):
117 """ 117 """
118 Class implementing the single application client of the Translations 118 Class implementing the single application client of the web browser.
119 Previewer.
120 """ 119 """
121 def __init__(self, name=""): 120 def __init__(self, name=""):
122 """ 121 """
123 Constructor 122 Constructor
124 123

eric ide

mercurial