0.5: Django 3.2 support, drop Django<1.11, Python<3.6, remove some compatibility...
[fnpdjango.git] / tests / tests / test_utils_settings.py
index 7dc0f7d..66f3279 100644 (file)
@@ -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):