From 2f699979b335e84e6e99582e8a2802bb3b8700df Mon Sep 17 00:00:00 2001 From: Krishna Sangeeth Date: Mon, 1 Oct 2018 11:13:08 +0530 Subject: [PATCH] Update the example to denote the change in API --- examples/config/pyvimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/config/pyvimrc b/examples/config/pyvimrc index 7702950..4c292df 100644 --- a/examples/config/pyvimrc +++ b/examples/config/pyvimrc @@ -3,7 +3,7 @@ Pyvim configuration. Save to file to: ~/.pyvimrc """ from prompt_toolkit.filters import ViInsertMode -from prompt_toolkit.key_binding.input_processor import KeyPress +from prompt_toolkit.key_binding.key_processor import KeyPress from prompt_toolkit.keys import Keys from subprocess import call import six