Remove non-ascii char (again).

This commit is contained in:
Valentin Lorentz 2013-01-31 20:47:57 +01:00
parent bab69bb31e
commit 9507bf1655

View File

@ -293,7 +293,7 @@ class Tokenizer(object):
if token[0] == token[-1] and token[0] in self.quotes:
token = token[1:-1]
# 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
# code, TEST the code with Python 2 & 3, both with the unit