isolate faults in screens during class creation
[sface.git] / sface-run
index 5c121e6..48650dc 100755 (executable)
--- a/sface-run
+++ b/sface-run
@@ -3,7 +3,6 @@
 import os
 import sys
 from optparse import OptionParser
 import os
 import sys
 from optparse import OptionParser
-from PyQt4.QtGui import *
 
 sys.path.insert(0, ".")
 exe = os.path.abspath(sys.argv[0])
 
 sys.path.insert(0, ".")
 exe = os.path.abspath(sys.argv[0])
@@ -47,6 +46,7 @@ elif sys.platform == "linux2":
     sys.path.extend(["/usr/share", "/usr/share/sface"])
 
 
     sys.path.extend(["/usr/share", "/usr/share/sface"])
 
 
+from PyQt4.QtGui import *
 from sface.mainwindow import MainWindow
 from sface.config import config
 
 from sface.mainwindow import MainWindow
 from sface.config import config