UPD: small steps to become python3 compatible.

This commit is contained in:
2019-03-28 18:08:12 +01:00
parent e05bf3e56f
commit 943285f1ed
12 changed files with 164 additions and 147 deletions

View File

@@ -1,3 +1,4 @@
from __future__ import unicode_literals
from django.conf import settings
from django.test import SimpleTestCase