summaryrefslogtreecommitdiffstats
path: root/xlators/features/glupy/examples/negative.py
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/glupy/examples/negative.py')
-rw-r--r--xlators/features/glupy/examples/negative.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/glupy/examples/negative.py b/xlators/features/glupy/examples/negative.py
index e44ff4deed2..543f3109502 100644
--- a/xlators/features/glupy/examples/negative.py
+++ b/xlators/features/glupy/examples/negative.py
@@ -62,7 +62,7 @@ class xlator (Translator):
if cache.has_key(pargfid):
cache[pargfid].add(name)
else:
- cache[pargfid] = set([name])
+ cache[pargfid] = {name}
del self.requests[key]
dl.unwind_lookup(frame,cookie,this,op_ret,op_errno,
inode,buf,xdata,postparent)