46c46
< return self.local.has_key(key) or self.parent.has_key(key)
---
> return key in self.local or key in self.parent