##// END OF EJS Templates
tiny refactor to nbconvert ansi filter...
tiny refactor to nbconvert ansi filter was looking at this code for another project, and was irked by what I saw here, so just cleaned it up.

File last commit:

r13347:54891794
r16799:a4c04435
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *