##// END OF EJS Templates
Don't install payload-pager at the module-level in zmqshell...
r5613:9277d768
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *