UI/UserInterface.py

branch
5_4_x
changeset 3183
ae1ff1ff7709
parent 3160
209a07d7e401
child 3323
b55fcd897118
equal deleted inserted replaced
3179:a289fb727168 3183:ae1ff1ff7709
485 485
486 self.shutdownCalled = False 486 self.shutdownCalled = False
487 self.inCloseEevent = False 487 self.inCloseEevent = False
488 488
489 # now redirect stdout and stderr 489 # now redirect stdout and stderr
490 # TODO: release - reenable redirection 490 sys.stdout = self.stdout
491 ## sys.stdout = self.stdout 491 sys.stderr = self.stderr
492 ## sys.stderr = self.stderr
493 492
494 # now fire up the single application server 493 # now fire up the single application server
495 if Preferences.getUI("SingleApplicationMode"): 494 if Preferences.getUI("SingleApplicationMode"):
496 splash.showMessage( 495 splash.showMessage(
497 self.trUtf8("Initializing Single Application Server...")) 496 self.trUtf8("Initializing Single Application Server..."))

eric ide

mercurial