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 |