about 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, 6 insertions, 0 deletions
diff --git a/code/file.py b/code/file.py
new file mode 100644
index 00000000..291e53b2
--- /dev/null
+++ b/code/file.py
@@ -0,0 +1,6 @@
+import fsobject
+class File(fsobject.FSObject):
+	pass
+#	def __init__(self, path):
+#		fsobject.FSObject.__init__(self, path)
+