X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/db7516d6dd2c1613cb73690b873502171349f966..03030c3704cee759f7111716874c6b8007a71329:/src/ssh_keys/apps.py?ds=inline diff --git a/src/ssh_keys/apps.py b/src/ssh_keys/apps.py index f49fcb4..1271268 100644 --- a/src/ssh_keys/apps.py +++ b/src/ssh_keys/apps.py @@ -1,5 +1,5 @@ from django.apps import AppConfig -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ class SshKeysConfig(AppConfig):