##// END OF EJS Templates
ensure that .ipython dir is created with mode 0777, it seemed to be 511 in some 'zero-install' environment. Close #164
ensure that .ipython dir is created with mode 0777, it seemed to be 511 in some 'zero-install' environment. Close #164

File last commit:

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