mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-09 02:54:13 +01:00
Remove non-ascii char (again).
This commit is contained in:
parent
bab69bb31e
commit
9507bf1655
@ -293,7 +293,7 @@ class Tokenizer(object):
|
|||||||
if token[0] == token[-1] and token[0] in self.quotes:
|
if token[0] == token[-1] and token[0] in self.quotes:
|
||||||
token = token[1:-1]
|
token = token[1:-1]
|
||||||
# FIXME: No need to tell you this is a hack.
|
# FIXME: No need to tell you this is a hack.
|
||||||
# It has to handle both IRC commands and serialized configuration.
|
# It has to handle both IRC commands and serialized configuration.
|
||||||
#
|
#
|
||||||
# Whoever you are, if you make a single modification to this
|
# Whoever you are, if you make a single modification to this
|
||||||
# code, TEST the code with Python 2 & 3, both with the unit
|
# code, TEST the code with Python 2 & 3, both with the unit
|
||||||
|
Loading…
Reference in New Issue
Block a user