summaryrefslogtreecommitdiff
path: root/fs/__init__.py
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-01-26 00:40:17 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-01-26 00:40:17 +0000
commit4c18d16d6ed32631de7a39c630965e0c4c69754b (patch)
tree2382f60c9411829e6b386a6a9c478f505a4e11e3 /fs/__init__.py
parent3d949d5749fb5cc7cffa30fe0b1979bfe7ad731d (diff)
downloadpyfilesystem-git-4c18d16d6ed32631de7a39c630965e0c4c69754b.tar.gz
Implement walk/walkfiles/walkdirs in WrapFS.
This allows FS subclasses to provide more efficient implementations, and have them transparently used through various wrapper classes.
Diffstat (limited to 'fs/__init__.py')
-rw-r--r--fs/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/__init__.py b/fs/__init__.py
index 570c1ed..ab49c7b 100644
--- a/fs/__init__.py
+++ b/fs/__init__.py
@@ -15,7 +15,7 @@ implementations of this interface such as:
"""
-__version__ = "0.4.0a8"
+__version__ = "0.4.0a9"
__author__ = "Will McGugan (will@willmcgugan.com)"
# 'base' imports * from 'path' and 'errors', so their