The pylons.jsonify function has moved to pylons.decorators.jsonify, please update your import statements to reflect the move
Action decorator that formats output for JSON
Given a function that will return content, this decorator will turn the result into JSON, with a content-type of 'text/javascript' and output it.
This class contains 6 members.
See the source for more information.