diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-09-24 00:10:16 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-09-24 00:10:16 +0200 |
commit | 5ac6b7f8dc65f3e6e8f559c2b2ed08998d025f19 (patch) | |
tree | 500983801c3a699e06f75a1cfc1ad61ac2da39a8 /src/xhtml.py | |
parent | c7a0659a1d4c652b13852cc8b547c25fe715645a (diff) | |
download | poezio-5ac6b7f8dc65f3e6e8f559c2b2ed08998d025f19.tar.gz poezio-5ac6b7f8dc65f3e6e8f559c2b2ed08998d025f19.tar.bz2 poezio-5ac6b7f8dc65f3e6e8f559c2b2ed08998d025f19.tar.xz poezio-5ac6b7f8dc65f3e6e8f559c2b2ed08998d025f19.zip |
tg
Diffstat (limited to 'src/xhtml.py')
-rw-r--r-- | src/xhtml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xhtml.py b/src/xhtml.py index deb4c54f..9bb2705d 100644 --- a/src/xhtml.py +++ b/src/xhtml.py @@ -174,6 +174,7 @@ colors = { log = logging.getLogger(__name__) +whitespace_re = re.compile(r'\s+') def get_body_from_message_stanza(message): """ |