##// END OF EJS Templates
Vendor shutil.get_terminal_size....
Vendor shutil.get_terminal_size. Use the vendored version only if import error. That should fix import error for many users. Closes #9815. This is only against the 5.x branch as this is in the stdlib on Python 3

File last commit:

r21145:785b4adf
r23688:e50d8111
Show More
traitlets.py
7 lines | 168 B | text/x-python | PythonLexer
from __future__ import absolute_import
from warnings import warn
warn("IPython.utils.traitlets has moved to a top-level traitlets package.")
from traitlets import *