summaryrefslogtreecommitdiff
path: root/fs/xattrs.py
diff options
context:
space:
mode:
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):