35
38
verbose = len(sys.argv) > 1 and sys.argv[1] == '-v'
38
46
# the order of the lines hereafter are very precise, don't mess with them
39
47
app = QApplication(sys.argv)
42
54
from encuentro.ui.main import MainUI
43
55
from twisted.internet import reactor