559 |
559 |
560 self.shutdownCalled = False |
560 self.shutdownCalled = False |
561 self.inCloseEvent = False |
561 self.inCloseEvent = False |
562 |
562 |
563 # now redirect stdout and stderr |
563 # now redirect stdout and stderr |
564 # TODO: release - reenable redirection |
564 sys.stdout = self.stdout |
565 ## sys.stdout = self.stdout |
565 sys.stderr = self.stderr |
566 ## sys.stderr = self.stderr |
|
567 |
566 |
568 # now fire up the single application server |
567 # now fire up the single application server |
569 if Preferences.getUI("SingleApplicationMode"): |
568 if Preferences.getUI("SingleApplicationMode"): |
570 splash.showMessage( |
569 splash.showMessage( |
571 self.tr("Initializing Single Application Server...")) |
570 self.tr("Initializing Single Application Server...")) |