diff options
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) - + |