##// END OF EJS Templates
ensure all needed qt parts can be imported before settling for one...
ensure all needed qt parts can be imported before settling for one required as qt installations can be incomplete in some distributions

File last commit:

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