##// END OF EJS Templates
disable calltips in PySide < 1.0.7 to prevent segfault...
disable calltips in PySide < 1.0.7 to prevent segfault PySide bug caused segfault when QApplication.topLevelAt(pos) should return None, has been fixed in 1.0.7.

File last commit:

r3408:261328d5
r5258:e77c7506
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from guid import *
except ImportError:
from _guid import *