summary refs log tree commit diff stats
path: root/code/fstype.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/fstype.py')
-rw-r--r--code/fstype.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/code/fstype.py b/code/fstype.py
deleted file mode 100644
index 4bd0988d..00000000
--- a/code/fstype.py
+++ /dev/null
@@ -1,5 +0,0 @@
-class File: pass
-class Directory: pass
-class Nonexistent: pass
-class Unknown: pass
-