##// END OF EJS Templates
Merge pull request #1496 from rkern/fix-finalize-displayhook...
Merge pull request #1496 from rkern/fix-finalize-displayhook BUG: LBYL when clearing the output history on shutdown. closes #1241 closes #676

File last commit:

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