##// END OF EJS Templates
only use backports.shutil_get_terminal_size on Python 2...
only use backports.shutil_get_terminal_size on Python 2 removes the backport dependency on Python 3, where it's not needed.

File last commit:

r21072:47800256
r22266:05edbcc6
Show More
jsonutil.py
5 lines | 134 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.jsonutil has moved to jupyter_client.jsonutil")
from jupyter_client.jsonutil import *