##// END OF EJS Templates
forcefully hide CodeMirror scrollbars...
forcefully hide CodeMirror scrollbars workaround for CodeMirror issue 2562 less drastic but more gross alternative to #5889

File last commit:

r10951:31998f30
r16797:3f077388
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *