summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-12-31 20:38:19 +0100
committerhut <hut@lavabit.com>2009-12-31 20:38:19 +0100
commit4365df83d685ac4d27c6453eeef3baf27620dc7e (patch)
tree792fb452eca208c22a0484b6c446f20ad32f22b2 /ranger
parent77f59786a39d86680533c9b5709170f008e91ac4 (diff)
downloadranger-4365df83d685ac4d27c6453eeef3baf27620dc7e.tar.gz
cleanup
Diffstat (limited to 'ranger')
-rw-r--r--ranger/gui/curses_shortcuts.py2
-rw-r--r--ranger/gui/displayable.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/ranger/gui/curses_shortcuts.py b/ranger/gui/curses_shortcuts.py
index 3d85f697..b85a2de9 100644
--- a/ranger/gui/curses_shortcuts.py
+++ b/ranger/gui/curses_shortcuts.py
@@ -12,8 +12,6 @@ class CursesShortcuts(SettingsAware):
 	addstr(*args) -- failsafe version of self.win.addstr(*args)
 	"""
 
-	colorscheme = None
-
 	def addstr(self, *args):
 		try:
 			self.win.addstr(*args)
diff --git a/ranger/gui/displayable.py b/ranger/gui/displayable.py
index 8ec8e10e..838de3fb 100644
--- a/ranger/gui/displayable.py
+++ b/ranger/gui/displayable.py
@@ -33,7 +33,6 @@ class Displayable(EnvironmentAware, FileManagerAware, CursesShortcuts):
 		need_redraw -- Should the widget be redrawn? This variable may
 			be set at various places in the script and should eventually be
 			handled (and unset) in the draw() method.
-		colorscheme -- The colorscheme object.
 	
 	Read-Only: (i.e. reccomended not to change manually)
 		win -- the own curses window object
'>^
215365d4 ^




5a481085 ^

215365d4 ^


37e4573b ^

dd2e01e4 ^
f1e09b14 ^
b24eb476 ^
dd2e01e4 ^
363be37f ^
37e4573b ^
f1e09b14 ^
37e4573b ^
f1e09b14 ^
37e4573b ^
f1e09b14 ^
91abd257 ^
363be37f ^
37e4573b ^
f1e09b14 ^
37e4573b ^

322ce34d ^
3ba63579 ^
5a481085 ^
3ba63579 ^


dd2e01e4 ^
57d01f21 ^
363be37f ^
3ba63579 ^

b24eb476 ^
05d17773 ^
b24eb476 ^
05d17773 ^
3ba63579 ^
b24eb476 ^
05d17773 ^
3ba63579 ^





9cc16d04 ^
7f73795c ^
0f125d5f ^

37e4573b ^
a70ce311 ^





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
86
87
88
89
90
91
92