summaryrefslogtreecommitdiff
path: root/fs/wrapfs
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-12 00:33:54 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-12 00:33:54 +0000
commit8d3bdaec3a50d8ef38a074958e92e77eea7ee563 (patch)
tree28887724011aba9c2f686d0434c9d21f9301f5bf /fs/wrapfs
parent019606859f92428fb3936b4ff73331044c281655 (diff)
downloadpyfilesystem-8d3bdaec3a50d8ef38a074958e92e77eea7ee563.tar.gz
Removed forgotten debug prints
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@549 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/wrapfs')
-rw-r--r--fs/wrapfs/subfs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/wrapfs/subfs.py b/fs/wrapfs/subfs.py
index 314b108..6271f35 100644
--- a/fs/wrapfs/subfs.py
+++ b/fs/wrapfs/subfs.py
@@ -38,7 +38,8 @@ class SubFS(WrapFS):
def __repr__(self):
return str(self)
- def desc(self, path):
+ def desc(self, path):
+ #return self.wrapped_fs.desc(join(self.sub_dir, path))
desc = "%s!%s" % (str(self), path)
return desc