diff options
Diffstat (limited to 'src/frontEnd/Workspace.py')
-rw-r--r-- | src/frontEnd/Workspace.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/frontEnd/Workspace.py b/src/frontEnd/Workspace.py index 8f2b6c96..cd44dd71 100644 --- a/src/frontEnd/Workspace.py +++ b/src/frontEnd/Workspace.py @@ -17,7 +17,7 @@ #=============================================================================== from PyQt4 import QtCore, QtGui from configuration.Appconfig import Appconfig - +import time import os @@ -80,6 +80,7 @@ class Workspace(QtGui.QWidget): self.obj_appconfig.print_info('Default workspace selected : ' + self.obj_appconfig.default_workspace["workspace"]) self.close() var_appView.show() + time.sleep(1) var_appView.splash.close() @@ -114,6 +115,7 @@ class Workspace(QtGui.QWidget): self.imp_var=1 self.close() var_appView.show() + time.sleep(1) var_appView.splash.close() |