From 6b1aaadeab5bac3f039b165fb21a0fdec3e45aca Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 24 Jan 2010 21:13:48 +0100 Subject: README: corrected bad instructions --- README | 4 ++-- 1 file 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: -- cgit 1.4.1-2-gfad0