##// END OF EJS Templates
Merge pull request #4453 from minrk/appnap...
Merge pull request #4453 from minrk/appnap Play nice with App Nap

File last commit:

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