##// END OF EJS Templates
preserve line endings in splitline ipynb...
preserve line endings in splitline ipynb Avoids discarding of information, e.g. `foo\rbar` should not be reconstructed as `foo\nbar`. Implemented in safe manner, where notebooks written by old scheme will load the same as before, and be updated on next save.

File last commit:

r4053:b45902e3
r7335:7ec2b0aa
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *