##// END OF EJS Templates
unpack out,err in ipexec...
unpack out,err in ipexec Code reflected the possibility that getoutputerror could return None, but this is no longer the case. It always returns two strings.

File last commit:

r4750:b9f6e707
r6221:5c32fc8c
Show More
__init__.py
3 lines | 91 B | text/x-python | PythonLexer
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 # load extended setup modules for distuils
Thomas Kluyver
Make installation with Python 3 possible.
r4750 from .install_data_ext import install_data_ext