summary refs log tree commit diff stats
path: root/ranger/ext
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-16 16:37:31 +0200
committerhut <hut@lavabit.com>2010-04-16 16:37:31 +0200
commit175290dbbba5e7bc5d416bc0ba87b687238976c4 (patch)
tree84f33ac7b6c1985444a3aa7668f374e6a6f46f88 /ranger/ext
parente0992c0b9bd3159c6097b1f9fbc407393aee1a54 (diff)
downloadranger-175290dbbba5e7bc5d416bc0ba87b687238976c4.tar.gz
moved container.keymap.KeyBuffer into seperate module
Diffstat (limited to 'ranger/ext')
-rw-r--r--ranger/ext/keybinding_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/ext/keybinding_parser.py b/ranger/ext/keybinding_parser.py
index 58d8fe5c..c33ac12f 100644
--- a/ranger/ext/keybinding_parser.py
+++ b/ranger/ext/keybinding_parser.py
@@ -13,7 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-import curses
+import curses.ascii
 from string import ascii_lowercase
 
 def parse_keybinding(obj):