##// END OF EJS Templates
Merge pull request #1919 from tkf/better_find_edit_target2...
Merge pull request #1919 from tkf/better_find_edit_target2 Use oinspect in CodeMagics._find_edit_target inspect.getabsfile and inspect.getsourcelines are replaced by find_file and find_source_lines in IPython.core.oinspect, which is our own more robust code that wraps the default one from the stdlib.

File last commit:

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