##// END OF EJS Templates
Make all non-twisted tests pass....
Make all non-twisted tests pass. Removed a test (builtins) that was already being done in test_run, fixed broken doctest and fixed prefilter handling for empty buffers. The only remaining failing test is now in twisted.

File last commit:

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