summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-06 22:42:10 +0200
committerhut <hut@lavabit.com>2010-04-06 22:42:10 +0200
commitff0720a70de9ec169c77936d2abaf81522ac638b (patch)
treebe5b9778736bea558500c2098b586e4abb252875 /ranger
parent1fecf8935330acd417370c32eea4f17f133d4776 (diff)
downloadranger-ff0720a70de9ec169c77936d2abaf81522ac638b.tar.gz
core.actions: move dummy function to an extra section
Diffstat (limited to 'ranger')
-rw-r--r--ranger/core/actions.py14
1 files changed, 9 insertions, 5 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index 7da38162..b64ef316 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -28,6 +28,15 @@ class Actions(EnvironmentAware, SettingsAware):
 	search_forward = False
 
 	# --------------------------
+	# -- Backwards Compatibility
+	# --------------------------
+
+	def dummy(self, *args, **keywords):
+		"""For backwards compatibility only."""
+
+	handle_mouse = resize = dummy
+
+	# --------------------------
 	# -- Basic Commands
 	# --------------------------
 
@@ -49,11 +58,6 @@ class Actions(EnvironmentAware, SettingsAware):
 		cwd.unload()
 		cwd.load_content()
 
-	def dummy(self, *args, **keywords):
-		"""For backwards compatibility only."""
-
-	handle_mouse = resize = dummy
-
 	def notify(self, text, duration=4, bad=False):
 		if isinstance(text, Exception):
 			if ranger.arg.debug:
_noninteger.cc.html?h=hlt&id=4fe9f5e8257770a6b1de1aa94748609acd37f0f6'>4fe9f5e8 ^
4690ce81 ^
4690ce81 ^
a654e4ec ^



c5ffb6e1 ^

a654e4ec ^





c5ffb6e1 ^

a654e4ec ^
c5ffb6e1 ^
c5ffb6e1 ^


4690ce81 ^
c5ffb6e1 ^

a654e4ec ^
c5ffb6e1 ^
9570363a ^
4690ce81 ^
9570363a ^
4690ce81 ^
9570363a ^


c5ffb6e1 ^

4690ce81 ^
dcc060c7 ^



c5ffb6e1 ^

4690ce81 ^

c5ffb6e1 ^
4690ce81 ^
c5ffb6e1 ^


76755b28 ^
4690ce81 ^
76755b28 ^






dcc060c7 ^




76755b28 ^
c5ffb6e1 ^


a654e4ec ^
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
78
79
80
81
82
83
84
85