##// END OF EJS Templates
TST: QApplication doesn't quit early enough with PySide....
TST: QApplication doesn't quit early enough with PySide. Fixes #1628. This commits adds a check in tests, to see if there's already a QApplication and use it, instead of creating a new one each time.

File last commit:

r4053:b45902e3
r6574:e3e71346
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *