##// END OF EJS Templates
Merge pull request #4490 from minrk/await_data...
Merge pull request #4490 from minrk/await_data fix possible race condition in test_await_data

File last commit:

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