##// END OF EJS Templates
Fix kernelspec test skip condition...
Fix kernelspec test skip condition The code actually tries to write to /usr/local/share, but the test was still checking for /usr/share. @minrk will test, as access to these differs on his machine.

File last commit:

r415:4a5dcb15
r17451:93af0877
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]