##// END OF EJS Templates
Tweaking and cleanup of notebook.css....
Tweaking and cleanup of notebook.css. * Adjusted font sizes for improved readability. * Got rid of unused css attributes and styles. * Changed font of Title to Verdana.

File last commit:

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