summaryrefslogtreecommitdiff
path: root/fs/xattrs.py
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-06-18 18:53:33 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2010-06-18 18:53:33 +0000
commit19696151ea23abb97efdf81a1bcd94e36e66a1bc (patch)
tree610dd8ac9a9f0453a59c0652c5d5dca59617b0c7 /fs/xattrs.py
parent9c7e2efa2193e78cb629f23e9eb130614e8ac800 (diff)
downloadpyfilesystem-19696151ea23abb97efdf81a1bcd94e36e66a1bc.tar.gz
Mostly doc changes, and some pedantic pep-8 tweaks
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@364 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/xattrs.py')
-rw-r--r--fs/xattrs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xattrs.py b/fs/xattrs.py
index 5ba0329..d4df046 100644
--- a/fs/xattrs.py
+++ b/fs/xattrs.py
@@ -128,6 +128,7 @@ class SimulateXAttr(WrapFS):
pass
self._set_attr_dict(path, attrs)
+ @synchronize
def listxattrs(self,path):
"""List all the extended attribute keys set on the given path."""
if not self.exists(path):