`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`