From ee77566e8713738a3db08ad3aa3d2262d79a39e4 Mon Sep 17 00:00:00 2001 From: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com> Date: Sun, 10 Nov 2019 17:20:39 +0530 Subject: [PATCH] Fixes deoplete import Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com> --- rplugin/python3/deoplete/sources/docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rplugin/python3/deoplete/sources/docker.py b/rplugin/python3/deoplete/sources/docker.py index c4ae303..4d678f0 100644 --- a/rplugin/python3/deoplete/sources/docker.py +++ b/rplugin/python3/deoplete/sources/docker.py @@ -5,7 +5,7 @@ import re import threading -from .base import Base +from deoplete.base.source import Base from deoplete.util import load_external_module load_external_module(__file__, 'urllib3') load_external_module(__file__, 'dockerhub')