mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 07:41:41 +00:00
Remove bogus single quote handling
This commit is contained in:
parent
c78cc7a2b0
commit
5e45184480
@ -119,10 +119,6 @@ def string_strip(value):
|
||||
value = value[1:]
|
||||
if value.endswith('"'):
|
||||
value = value[:-1]
|
||||
if value.startswith("'"):
|
||||
value = value[1:]
|
||||
if value.endswith("'"):
|
||||
value = value[:-1]
|
||||
return value
|
||||
|
||||
def attr_strip(value):
|
||||
|
Loading…
x
Reference in New Issue
Block a user