diff options
-rw-r--r-- | ranger/api/options.py | 1 | ||||
-rw-r--r-- | ranger/defaults/options.py | 2 |
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 |