##// END OF EJS Templates
inspect_reply messages have 'oname', not 'name'...
inspect_reply messages have 'oname', not 'name' update adapters accordingly. The v4 message spec doc wrongly states that they key is 'name'.

File last commit:

r13347:54891794
r18423:6f1a7d99
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *