Some minor fixes.

This commit is contained in:
Griatch 2012-10-23 01:35:47 +02:00
parent 53c6e5ae52
commit c0a4f62e95

View file

@ -57,7 +57,7 @@ ANSI_TAB = "\t"
ANSI_SPACE = " "
# Escapes
ANSI_ESCAPES = ("{{", "%%")
ANSI_ESCAPES = ("{{", "%%", "\\\\")
class ANSIParser(object):
"""