Update librarian.
[wolnelektury.git] / src / wolnelektury / __init__.py
index c6098f4..5236617 100644 (file)
@@ -1,7 +1,8 @@
-# -*- coding: utf-8 -*-
 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
 #
+from django.utils.translation import gettext
+
 from .celery import app as celery_app
 
 default_app_config = 'wolnelektury.apps.WLCoreConfig'