From d9a43db019da0390406e34cb161a61fba43bf250 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 13 Jan 2014 15:38:48 +0100 Subject: [PATCH] remove unused jedi.keywords import that caused jedi-vim not to work because the file was moved internally in the Jedi package --- jedi_vim.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jedi_vim.py b/jedi_vim.py index 0307e35..ef2ce97 100644 --- a/jedi_vim.py +++ b/jedi_vim.py @@ -10,7 +10,6 @@ from shlex import split as shsplit import vim import jedi -import jedi.keywords from jedi._compatibility import unicode, is_py3k