##// END OF EJS Templates
don't send empty execute_result messages...
don't send empty execute_result messages if there's nothing to display, don't send the message.

File last commit:

r10951:31998f30
r20110:913dc173
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from path import *
except ImportError:
codebraker
Update __init__.py...
r10951 from ._path import *