Remove useless test
This commit is contained in:
parent
1c5258ab68
commit
a2860e9c73
@ -48,10 +48,6 @@ LOCALE_TO_XKB_OVERRIDES = {
|
|||||||
|
|
||||||
|
|
||||||
def parse_single_key(value):
|
def parse_single_key(value):
|
||||||
if hasattr(__builtins__, 'unichr'):
|
|
||||||
def unescape(m):
|
|
||||||
return chr(int(m.group(1), 16))
|
|
||||||
else:
|
|
||||||
def unescape(m):
|
def unescape(m):
|
||||||
return chr(int(m.group(1), 16))
|
return chr(int(m.group(1), 16))
|
||||||
value = ESCAPE_PATTERN.sub(unescape, value)
|
value = ESCAPE_PATTERN.sub(unescape, value)
|
||||||
|
Loading…
Reference in New Issue
Block a user