Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Jul 29, 2005
1 parent 6ef656a commit cda136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/xattr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def iterkeys(self):

__iter__ = iterkeys

def has_key(self):
def has_key(self, item):
try:
self.get(item)
except IOError:
Expand Down

0 comments on commit cda136d

Please sign in to comment.