Remove unnecessary import

This commit is contained in:
Kim Silkebækken 2013-01-21 09:56:43 +01:00
parent 4e97fd95d8
commit ccc18e8401
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import vim
def source_plugin():
import os
from powerline.bindings.vim import vim_get_func
fnameescape = vim_get_func('fnameescape')
vim.command('source ' + fnameescape(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'powerline.vim')))