summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index bb013464..764ab57e 100644
--- a/README
+++ b/README
@@ -87,8 +87,8 @@ The options.py defines the import path of "apps", "keys" and the
 colorscheme.  To use the files you placed in ~/.ranger/, you may need
 to make this changes in the options.py:
 
-"from ranger.defaults import apps, keys" => "from . import apps, keys"
-"from ranger import colorschemes" => "from . import colorschemes"
+"from ranger.defaults import apps, keys" => "import apps, keys"
+"from ranger import colorschemes" => "import colorschemes"
 
 
 == Guidelines for developers:
9c1c70f91ac117e488e04a73bf9e91ab8f9'>e52629c1 ^
32a80ea7 ^





b3d031a9 ^
32a80ea7 ^

ab41c776 ^

32a80ea7 ^
d894fd02 ^



b3d031a9 ^

32a80ea7 ^


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