##// END OF EJS Templates
Merge pull request #1950 from ccordoba12/copy-no-pager...
Merge pull request #1950 from ccordoba12/copy-no-pager Fix for copy action (Ctrl+C) when there is no pager defined in qtconsole

File last commit:

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