summary refs log tree commit diff stats
path: root/code/file.py
diff options
context:
space:
mode:
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)
-