##// END OF EJS Templates
fix a couple typos in Qt from the msg spec update...
fix a couple typos in Qt from the msg spec update closes #5902 closes #5905

File last commit:

r13347:54891794
r16802:300b9f8f
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *