Fixed encoding error

This commit is contained in:
daniel-123 2012-12-29 20:30:55 +01:00
parent b3bce7753c
commit aa1a9ac685

View File

@ -1,3 +1,5 @@
#coding:utf8
en = {
# Client notifications
@ -85,4 +87,4 @@ def getMessage(locale, type_):
if(messages["en"].has_key(type_)):
return messages["en"][type_]
else:
raise KeyError()
raise KeyError()