77c77
< raise IndexError, "Could not find '%s'" % item
---
> raise IndexError("Could not find '%s'" % item)