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
 
m> 2010-05-16 16:28:42 +0200 committer hut <hut@lavabit.com> 2010-05-16 16:28:42 +0200 updated pydoc' href='/akspecs/ranger/commit/doc/pydoc/ranger.defaults.options.html?id=ef0157ff37404cf757f57711c62bb352a2971fa6'>ef0157ff ^
a614f048 ^
f07bb12f ^





c9383c72 ^

f07bb12f ^
c776804d ^
a614f048 ^
c9383c72 ^



a614f048 ^
c776804d ^
34a60763 ^
c776804d ^
c9383c72 ^
f07bb12f ^
c9383c72 ^
c776804d ^
34a60763 ^
a614f048 ^
ef0157ff ^
c776804d ^
34a60763 ^
f07bb12f ^
c9383c72 ^
34a60763 ^
a614f048 ^


c9383c72 ^


f07bb12f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77