summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/helper.py b/ranger/core/helper.py
index 677b0a11..2329c332 100644
--- a/ranger/core/helper.py
+++ b/ranger/core/helper.py
@@ -165,7 +165,7 @@ def load_settings(fm, clean):
 	else:
 		comcont = ranger.api.commands.CommandContainer()
 		ranger.api.commands.alias = comcont.alias
-		from ranger.defaults import commands, keys, apps
+		from ranger.defaults import commands, apps
 		comcont.load_commands_from_object(fm, dir(Actions))
 		comcont.load_commands_from_module(commands)
 		fm.commands = comcont