about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-12-17 21:17:46 +0100
committerhut <hut@lavabit.com>2009-12-17 21:17:46 +0100
commit2b8338c11bd7b8d327321e21a6f1fc9d231d512e (patch)
tree4c3ff37274df00e3c8830cd3a78f5ca0207a7b37
parent5066893ab9e77e2f817b5182b87c0b5679c985ad (diff)
downloadranger-2b8338c11bd7b8d327321e21a6f1fc9d231d512e.tar.gz
added quick_open() in abstract Command class
-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