##// END OF EJS Templates
Backport PR #4488: fix typo in message spec doc...
Backport PR #4488: fix typo in message spec doc complete_reply have a `matched_text` and not a `text` field. Fixes #4485. Should we backport doc fixes on 1.x ?

File last commit:

r3408:261328d5
r13963:2a903a34
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *