##// END OF EJS Templates
Merge pull request #5295 from minrk/no-append-prototype...
Merge pull request #5295 from minrk/no-append-prototype OutputArea.append_type functions are not prototype methods

File last commit:

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