X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/d49a76b7b6e3907820847497e3b42ac4450b8c2d..14190defb1cc8b35e4f47a7b3b64788754aa1097:/cas_provider/forms.py diff --git a/cas_provider/forms.py b/cas_provider/forms.py index e4df105..4a9a931 100644 --- a/cas_provider/forms.py +++ b/cas_provider/forms.py @@ -1,7 +1,5 @@ -from __future__ import unicode_literals - from django import forms -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ class LoginForm(forms.Form):