We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ucam_webauth.raven.__all__ contains unicode strings, which is not legal on python 2:
ucam_webauth.raven.__all__
$ python2 > from ucam_webauth.raven import * TypeError: Item in ``from list'' not a string
Caused by from __future__ import unicode_literals
from __future__ import unicode_literals
The text was updated successfully, but these errors were encountered:
BTW, how to fix it ?
Sorry, something went wrong.
Use python 3 instead, I suppose?
No branches or pull requests
ucam_webauth.raven.__all__
contains unicode strings, which is not legal on python 2:Caused by
from __future__ import unicode_literals
The text was updated successfully, but these errors were encountered: