Skip to content

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

@eric-wieser

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

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