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/file.py | |
parent | fae694a03ebb52888a747010fcb92fa43b33b4a8 (diff) | |
download | ranger-556d84cd0fa94372c3fc2eb722f6925e61c42778.tar.gz |
tweaks
Diffstat (limited to 'code/file.py')
-rw-r--r-- | code/file.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/file.py b/code/file.py index 291e53b2..9d813aad 100644 --- a/code/file.py +++ b/code/file.py @@ -3,4 +3,4 @@ class File(fsobject.FSObject): pass # def __init__(self, path): # fsobject.FSObject.__init__(self, path) - + |