diff options
author | hut <hut@lavabit.com> | 2009-11-24 01:09:32 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-11-24 01:09:32 +0100 |
commit | 556d84cd0fa94372c3fc2eb722f6925e61c42778 (patch) | |
tree | 986954f8d1ac5ac5c38e9b7bf2930e83641163b7 /code/fstype.py | |
parent | fae694a03ebb52888a747010fcb92fa43b33b4a8 (diff) | |
download | ranger-556d84cd0fa94372c3fc2eb722f6925e61c42778.tar.gz |
tweaks
Diffstat (limited to 'code/fstype.py')
-rw-r--r-- | code/fstype.py | 5 |
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 + |