##// END OF EJS Templates
Merge pull request #1739 from Carreau/dashboardImprovement...
Merge pull request #1739 from Carreau/dashboardImprovement Dashboard improvement see #1658 #1676 Allow to shutdown the kernels from the dashboard, autorefresh dashboard, add a native upload method, especially for https/chrome/linux that prevent drag and drop

File last commit:

r3410:21647ae3
r7107:2caea259 merge
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *