mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-25 02:38:54 +00:00
Python 3 upgrade finished
This commit is contained in:
@@ -7,7 +7,7 @@ from django.utils.text import capfirst
|
||||
from django.core import exceptions
|
||||
|
||||
if sys.version_info[0] == 2:
|
||||
string_type = unicode
|
||||
string_type = str
|
||||
else:
|
||||
string_type = str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user