about summary refs log tree commit diff stats
path: root/ranger/file.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/file.py')
-rw-r--r--ranger/file.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/ranger/file.py b/ranger/file.py
new file mode 100644
index 00000000..94c62f9a
--- /dev/null
+++ b/ranger/file.py
@@ -0,0 +1,6 @@
+import ranger.fsobject
+class File(ranger.fsobject.FSObject):
+	pass
+#	def __init__(self, path):
+#		fsobject.FSObject.__init__(self, path)
+