summary refs log tree commit diff stats
path: root/ranger/fsobject/file.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/fsobject/file.py')
-rw-r--r--ranger/fsobject/file.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ranger/fsobject/file.py b/ranger/fsobject/file.py
new file mode 100644
index 00000000..9087eab6
--- /dev/null
+++ b/ranger/fsobject/file.py
@@ -0,0 +1,4 @@
+from .fsobject import FileSystemObject as SuperClass
+class File(SuperClass):
+	pass
+