summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/fsobject.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ranger/fsobject.py b/ranger/fsobject.py
new file mode 100644
index 00000000..44d23076
--- /dev/null
+++ b/ranger/fsobject.py
@@ -0,0 +1,5 @@
+# THIS WHOLE FILE IS OBSOLETE AND EXISTS FOR BACKWARDS COMPATIBILITIY
+
+from ranger.container.fsobject import FileSystemObject
+from ranger.container.file import File
+from ranger.container.directory import Directory