##// END OF EJS Templates
s/current_selection/default_kernel/
r19271:bc6ccc9f
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *