##// END OF EJS Templates
Smarter Qt binding selection when environment variable is not specified.
Smarter Qt binding selection when environment variable is not specified.

File last commit:

r3408:261328d5
r3927:a0d1b511
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *