##// END OF EJS Templates
Notebook: don't change cell when selecting code using shift+up/down....
Notebook: don't change cell when selecting code using shift+up/down. Closes gh-787; closes gh-1038 (rebased to prevent recursive merge).

File last commit:

r3408:261328d5
r5418:807f9143
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *