Fixed PyQt4 import in guihelpers
This commit is contained in:
parent
fef2672935
commit
b6a379e94a
@ -23,12 +23,12 @@
|
||||
|
||||
import sys
|
||||
from optparse import OptionParser
|
||||
from PyQt4.QtGui import QApplication,QMessageBox
|
||||
|
||||
app = None
|
||||
system_bus = None
|
||||
|
||||
def prepare_app():
|
||||
from PyQt4.QtGui import QApplication,QMessageBox
|
||||
global app
|
||||
app = QApplication(sys.argv)
|
||||
app.setOrganizationName("The Qubes Project")
|
||||
|
Loading…
Reference in New Issue
Block a user