##// END OF EJS Templates
Fixed PyQt 5.11 backwards incompatibility by moving import sip after other imports
r24949:434ac7b1
Show More
pickleutil.py
5 lines | 144 B | text/x-python | PythonLexer
from warnings import warn
warn("IPython.utils.pickleutil has moved to ipykernel.pickleutil", stacklevel=2)
from ipykernel.pickleutil import *