summary refs log tree commit diff stats
path: root/ranger/api/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/api/options.py')
-rw-r--r--ranger/api/options.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/ranger/api/options.py b/ranger/api/options.py
deleted file mode 100644
index 37738ce8..00000000
--- a/ranger/api/options.py
+++ /dev/null
@@ -1,14 +0,0 @@
-# This file is part of ranger, the console file manager.
-# License: GNU GPL version 3, see the file "AUTHORS" for details.
-
-# THIS WHOLE FILE IS OBSOLETE AND EXISTS FOR BACKWARDS COMPATIBILITIY
-
-from __future__ import (absolute_import, division, print_function)
-
-# pylint: disable=unused-import
-import re  # NOQA
-from re import compile as regexp  # NOQA
-
-from ranger.api import LinemodeBase, hook_init, hook_ready, register_linemode  # NOQA
-from ranger.gui import color  # NOQA
-# pylint: enable=unused-import