##// 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:

r3408:261328d5
r6574:e3e71346
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *