summary refs log tree commit diff stats
path: root/code/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 /code/file.py
parent5822dff7d91472bf2fc337c68f144e0ce1de09ae (diff)
downloadranger-9506fb8e79f2d04a1ab78039bacdbee7b22109b5.tar.gz
more VROOM
Diffstat (limited to 'code/file.py')
-rw-r--r--code/file.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/code/file.py b/code/file.py
deleted file mode 100644
index 9d813aad..00000000
--- a/code/file.py
+++ /dev/null
@@ -1,6 +0,0 @@
-import fsobject
-class File(fsobject.FSObject):
-	pass
-#	def __init__(self, path):
-#		fsobject.FSObject.__init__(self, path)
-