diff options
Diffstat (limited to 'utils.py')
| -rw-r--r-- | utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ import re import os +PRINTINGCHARS = "\t\n\r"+"".join(map(chr,range(32, 127))) ALLCHARS = "".join(map(chr,range(256))) RE_LONE_AMP = re.compile(r'&([^a-z0-9])') RE_LONE_I = re.compile(r'\\i([^a-z0-9])') |
