about summary refs log tree commit diff stats
path: root/ranger/file.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-11-27 10:49:48 +0100
committerhut <hut@lavabit.com>2009-11-27 10:49:48 +0100
commit9506fb8e79f2d04a1ab78039bacdbee7b22109b5 (patch)
tree3d5c682e9c5032a1c23be6a98c9d3d6e7c8224b5 /ranger/file.py
parent5822dff7d91472bf2fc337c68f144e0ce1de09ae (diff)
downloadranger-9506fb8e79f2d04a1ab78039bacdbee7b22109b5.tar.gz
more VROOM
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)
+