--- a/Tools/TRSingleApplication.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Tools/TRSingleApplication.py Fri Mar 11 16:51:57 2011 +0100 @@ -20,12 +20,13 @@ SAFile = "eric5_trpreviewer" # define the protocol tokens -SALoadForm = '>LoadForm<' +SALoadForm = '>LoadForm<' SALoadTranslation = '>LoadTranslation<' + class TRSingleApplicationServer(SingleApplicationServer): """ - Class implementing the single application server embedded within the + Class implementing the single application server embedded within the Translations Previewer. @signal loadForm(str) emitted to load a form file @@ -79,6 +80,7 @@ self.loadTranslation.emit(fname, first) first = False + class TRSingleApplicationClient(SingleApplicationClient): """ Class implementing the single application client of the Translations Previewer.