##// END OF EJS Templates
Merge pull request #6901 from minrk/py3-backport-pr...
Merge pull request #6901 from minrk/py3-backport-pr [py3] backport_pr: read patch as bytes

File last commit:

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