Run tests on packaging

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2013-12-27 01:05:04 +01:00
parent 0f53807bd0
commit 7fa10a0228
3 changed files with 3 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ if __name__ == "__main__":
if x11:
import sip # needed on windows
from PyQt4 import QtGuiq
from PyQt4 import QtGui
try:
from relational_gui import maingui, guihandler, about, surveyForm
except: