mirror of
https://github.com/django/django.git
synced 2024-12-26 11:06:07 +00:00
[py3] Fixed str_prefix test utility
This commit is contained in:
parent
97fe70d30b
commit
22527a821b
@ -221,4 +221,4 @@ class override_settings(object):
|
|||||||
setting=key, value=new_value)
|
setting=key, value=new_value)
|
||||||
|
|
||||||
def str_prefix(s):
|
def str_prefix(s):
|
||||||
return s % {'_': 'u'}
|
return s % {'_': '' if six.PY3 else 'u'}
|
||||||
|
Loading…
Reference in New Issue
Block a user