Compatibility fixes.
[django-cas-provider.git] / cas_provider / exceptions.py
index 202eda8..fdb6251 100644 (file)
@@ -1,6 +1,7 @@
 # -*- coding: utf-8 -*-
 """cas_provider.exceptions -- exceptions defined for CAS login workflows
 """
+from __future__ import unicode_literals
 
 
 class SameEmailMismatchedPasswords(Exception): pass