diff options
author | hut <hut@lavabit.com> | 2012-08-02 03:19:48 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2012-08-02 03:19:48 +0200 |
commit | 5ce347118df3ebb96646ba1ffcf69f2e1f5c4da8 (patch) | |
tree | de636951f24b809ec0087d07ee857dcba14a1a0d | |
parent | 71598234b87dc0a2930a495764e1316ecec83754 (diff) | |
download | ranger-5ce347118df3ebb96646ba1ffcf69f2e1f5c4da8.tar.gz |
api.options is now obsolete (but kept for compatibility)
-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 |