summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2008-10-10 15:54:22 +0000
committerBob Ippolito <bob@redivi.com>2008-10-10 15:54:22 +0000
commita4dd71da148892930905d5ffbfe46b33c7daaba1 (patch)
tree609f6ce218dc29f46490f351b5c6dd3d2e2c0352
parentd1b5ebb26b7e7974096e61ef98429ec5067636d0 (diff)
downloadxattr-a4dd71da148892930905d5ffbfe46b33c7daaba1.tar.gz
self.options = options
-rw-r--r--Lib/xattr/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xattr/__init__.py b/Lib/xattr/__init__.py
index 1fffed6..3a85acf 100644
--- a/Lib/xattr/__init__.py
+++ b/Lib/xattr/__init__.py
@@ -32,7 +32,7 @@ class xattr(object):
be OR'ed with the options passed to getxattr, setxattr, etc.
"""
self.obj = obj
- self.options = 0
+ self.options = options
self.flavor = None
fileno = getattr(obj, 'fileno', None)
if fileno is not None: