about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/commands.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ranger/commands.py b/ranger/commands.py
index 14c47e30..5b1060b6 100644
--- a/ranger/commands.py
+++ b/ranger/commands.py
@@ -39,6 +39,9 @@ class Command(FileManagerAware):
 	def tab(self):
 		pass
 
+	def quick_open(self):
+		pass
+
 
 # -------------------------------- definitions