mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
5 lines
130 B
Python
5 lines
130 B
Python
from warnings import warn
|
|
|
|
warn("IPython.utils.pickleutil has moved to ipykernel.pickleutil")
|
|
|
|
from ipykernel.pickleutil import *
|