##// END OF EJS Templates
Merge pull request #7047 from xolox/setup-gnureadline-fix...
Merge pull request #7047 from xolox/setup-gnureadline-fix Only force gnureadline in setup.py with bdist_wheel instead of all bdists

File last commit:

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