##// END OF EJS Templates
token passed to format_lines must be unicode, not str...
token passed to format_lines must be unicode, not str otherwise a TypeError is raised in str.translate, since unicode.translate takes a dict, while str.translate takes a bytestring
MinRK -
r6054:e0112c89
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / html / notebook
static
templates
tests
__init__.py Loading ...
handlers.py Loading ...
kernelmanager.py Loading ...
notebookapp.py Loading ...
notebookmanager.py Loading ...
zmqhttp.py Loading ...