summary refs log tree commit diff stats
path: root/code/fstype.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-11-24 01:09:32 +0100
committerhut <hut@lavabit.com>2009-11-24 01:09:32 +0100
commit556d84cd0fa94372c3fc2eb722f6925e61c42778 (patch)
tree986954f8d1ac5ac5c38e9b7bf2930e83641163b7 /code/fstype.py
parentfae694a03ebb52888a747010fcb92fa43b33b4a8 (diff)
downloadranger-556d84cd0fa94372c3fc2eb722f6925e61c42778.tar.gz
tweaks
Diffstat (limited to 'code/fstype.py')
-rw-r--r--code/fstype.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/code/fstype.py b/code/fstype.py
new file mode 100644
index 00000000..4bd0988d
--- /dev/null
+++ b/code/fstype.py
@@ -0,0 +1,5 @@
+class File: pass
+class Directory: pass
+class Nonexistent: pass
+class Unknown: pass
+