##// END OF EJS Templates
Remove args/kwargs handling in TryNext....
Remove args/kwargs handling in TryNext. This allows the error message in magic_paste to propagate correctly, closing gh-1736.

File last commit:

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