##// END OF EJS Templates
Fix display of plain text containing multiple carriage returns before line feed....
Fix display of plain text containing multiple carriage returns before line feed. Closes gh-2560

File last commit:

r2732:60cab731
r8702:ea37b42d
Show More
__init__.py
2 lines | 78 B | text/x-python | PythonLexer
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0 # -*- coding: utf-8 -*-
Brian Granger
First take at cleaning up extensions.
r2732 """This directory is meant for IPython extensions."""