summaryrefslogtreecommitdiff
path: root/fs/mountfs.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2008-09-19 11:51:21 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2008-09-19 11:51:21 +0000
commitda754336e5e57dd81de2b1206608059d13dd9d02 (patch)
tree03577dcf944af9780efc76d866e4670b069b26e8 /fs/mountfs.py
parente2b9e117339e3f93e7d8f2d9c666177fdaad196e (diff)
downloadpyfilesystem-da754336e5e57dd81de2b1206608059d13dd9d02.tar.gz
Some documentation
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@85 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/mountfs.py')
-rw-r--r--fs/mountfs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/mountfs.py b/fs/mountfs.py
index 69dc200..e0ced06 100644
--- a/fs/mountfs.py
+++ b/fs/mountfs.py
@@ -6,6 +6,8 @@ from memoryfs import MemoryFS
class MountFS(FS):
+ """A filesystem that delegates to other filesystems."""
+
class DirMount(object):
def __init__(self, path, fs):
self.path = path