summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/api/options.py1
-rw-r--r--ranger/defaults/options.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/ranger/api/options.py b/ranger/api/options.py
index 3691fe94..38e5f760 100644
--- a/ranger/api/options.py
+++ b/ranger/api/options.py
@@ -1,6 +1,7 @@
 # Copyright (C) 2009, 2010, 2011  Roman Zimbelmann <romanz@lavabit.com>
 # This software is distributed under the terms of the GNU GPL version 3.
 
+# THIS WHOLE FILE IS OBSOLETE AND EXISTS FOR BACKWARDS COMPATIBILITIY
 import re
 from re import compile as regexp
 from ranger.api import *
diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py
index c2d1fe57..681feabc 100644
--- a/ranger/defaults/options.py
+++ b/ranger/defaults/options.py
@@ -14,8 +14,6 @@
 # But make sure you update your configs when you update ranger.
 # ===================================================================
 
-from ranger.api.options import *
-
 # Load the deault rc.conf file?  If you've copied it to your configuration
 # direcory, then you should deactivate this option.
 load_default_rc = True
re>
797c93e0 ^



afacec5e ^
797c93e0 ^



afacec5e ^
797c93e0 ^



afacec5e ^
797c93e0 ^



afacec5e ^
797c93e0 ^



afacec5e ^
797c93e0 ^
e655f673 ^
e981b8f6 ^
e655f673 ^
e981b8f6 ^


e655f673 ^
e981b8f6 ^












e655f673 ^

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
93
94
95
96
97
98
99
100
101
102
103
104
105