cc-4105: made some strings unicode literals
This commit is contained in:
parent
587292c963
commit
bd5688a484
3 changed files with 39 additions and 1 deletions
|
@ -9,7 +9,7 @@ import locale
|
|||
|
||||
from media.monitor.exceptions import FailedToSetLocale
|
||||
|
||||
supported_extensions = ["mp3", "ogg"]
|
||||
supported_extensions = [u"mp3", u"ogg"]
|
||||
unicode_unknown = u'unknown'
|
||||
|
||||
class LazyProperty(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue