Comment 3 for bug 1254186

Revision history for this message
kexiaodong (kexiaodong) wrote :

I test the plugin in python 2.7.3, and found that the source in commited plugin has bug:
  token=kwargs.get('os_auth_token')
  token=lambda:token
the token will be a dead loop lambda, and can't use as "token()".