X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/465ee0b4cfa68b5d7e1bd8c8752e69a0f6783215..1be598eb573f9ad234ba4ab8e467f07fd8351fa8:/tests/tests/test_utils_settings.py diff --git a/tests/tests/test_utils_settings.py b/tests/tests/test_utils_settings.py index 7dc0f7d..66f3279 100644 --- a/tests/tests/test_utils_settings.py +++ b/tests/tests/test_utils_settings.py @@ -1,19 +1,9 @@ -# -*- coding: utf-8 -*- # This file is part of FNPDjango, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Nowoczesna Polska. See README.md for more information. # -from __future__ import unicode_literals - from django.conf import settings from django.test import TestCase -try: - unicode -except NameError: - pass -else: - str = unicode - class UtilsSettingsTestCase(TestCase): def test_lazy_ugettext_lazy(self):