##// END OF EJS Templates
Disable ipdoctest outside core...
Disable ipdoctest outside core Ultimately, we can get rid of ipdoctest, but we still have several doctests in core.

File last commit:

r20860:c3b763db
r21133:729e77b5
Show More
logger.py
3 lines | 114 B | text/x-python | PythonLexer
if __name__ == '__main__':
from ipython_parallel.apps import iploggerapp as app
app.launch_new_instance()