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
commit75fe116f57cfc20922ef0cb4d33a3e423189edb0 (patch)
tree610dd8ac9a9f0453a59c0652c5d5dca59617b0c7 /fs/xattrs.py
parent4ded92bcaea1500a89678272769837f084b3200d (diff)
downloadpyfilesystem-git-75fe116f57cfc20922ef0cb4d33a3e423189edb0.tar.gz
Mostly doc changes, and some pedantic pep-8 tweaks
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):