##// END OF EJS Templates
Merge pull request #1161 from ipython/loadpy-fixes...
Merge pull request #1161 from ipython/loadpy-fixes Allow %loadpy to load remote URLs that don't end in .py. Also strip encoding declarations from loaded files, which are invalid for interactively defined strings.

File last commit:

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