##// END OF EJS Templates
Merge pull request #5576 from minrk/re.sub-is-crazy-slow...
Merge pull request #5576 from minrk/re.sub-is-crazy-slow only process cr if it's found

File last commit:

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