Details
Description
**kwargs with unicode keys and values throws an exception. Sqoop app passes decoded JSON objects to methods via the from_dict methods. This will not work in python 2.6.5 < since:
>>> json.loads(u'{"test":"test"}') {u'test': u'test'}