##// END OF EJS Templates
fix failing tests without X in IPython.lib...
fix failing tests without X in IPython.lib note that pylab_not_importable appears to not be enough to catch if we're running X. I'm able to import pylab, and it's only %%matplotlib magic that causes these tests to die

File last commit:

r10951:31998f30
r11971:3ebde4bd
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *