##// END OF EJS Templates
Merge pull request #850 from fperez/codemirror...
Merge pull request #850 from fperez/codemirror Update codemirror to 2.15 and make the code internally more version-agnostic. Added our own README file with information about what changes we carry to upstream CodeMirror and what version we currently use.

File last commit:

r3408:261328d5
r4987:e5a1dffc merge
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *