##// END OF EJS Templates
add detail_level to object_info requests...
add detail_level to object_info requests as described in message spec

File last commit:

r3410:21647ae3
r6556:3921cca8
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *