From da68741b745c3de0d2f418abc135bd34b3dda1e4 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Mon, 19 Mar 2018 15:43:06 +0000 Subject: [PATCH] integrate backcall --- packages/python/yap_kernel/yap_ipython/core/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/yap_kernel/yap_ipython/core/events.py b/packages/python/yap_kernel/yap_ipython/core/events.py index 3431a5398..64d05e919 100644 --- a/packages/python/yap_kernel/yap_ipython/core/events.py +++ b/packages/python/yap_kernel/yap_ipython/core/events.py @@ -13,7 +13,7 @@ events and the arguments which will be passed to them. This API is experimental in yap_ipython 2.0, and may be revised in future versions. """ -from backcall import callback_prototype +from yap_ipython.core.backcall import callback_prototype class EventManager(object):