Skip to content

ucam_webauth.raven.__all__ is illegal in python 2 #12

Description

@eric-wieser

ucam_webauth.raven.__all__ contains unicode strings, which is not legal on python 2:

$ python2
> from ucam_webauth.raven import *
TypeError: Item in ``from list'' not a string

Caused by from __future__ import unicode_literals

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions