##// END OF EJS Templates
Final cleanup of kernelmanager...
Final cleanup of kernelmanager * Separated cleanup of connection file and ipc files * Removed periods

File last commit:

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