summaryrefslogtreecommitdiff
path: root/fs/mountfs.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-22 23:33:42 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-22 23:33:42 +0000
commit0464dfd0040905c48dddcf79681c1f138066730f (patch)
treef80e772852cc4d60687ef07a6b68302daaf4ac3c /fs/mountfs.py
parentecc5d2994e24714b0caa12b180bb5e2db14cdc4c (diff)
downloadpyfilesystem-0464dfd0040905c48dddcf79681c1f138066730f.tar.gz
Added detection of Windows console size
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@571 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/mountfs.py')
-rw-r--r--fs/mountfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/mountfs.py b/fs/mountfs.py
index 06bf27c..48131a6 100644
--- a/fs/mountfs.py
+++ b/fs/mountfs.py
@@ -4,7 +4,7 @@ fs.mountfs
Contains MountFS class which is a virtual filesystem which can have other filesystems linked as branched directories.
-For example, lets say we have two filesystems containing config files and resource respectively::
+For example, lets say we have two filesystems containing config files and resources respectively::
[config_fs]
|-- config.cfg