style: use raw strings when writing regexes
commit526d56bf7156d15dbbe76002772d940abe4855e3
authorDavid Aguilar <davvid@gmail.com>
Sun, 2 Feb 2014 01:35:59 +0000 (1 17:35 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sun, 2 Feb 2014 01:35:59 +0000 (1 17:35 -0800)
tree83f59d133b9c153dbb418c75a30312df658bfa86
parent95a6f97f8115f181d4dffeeae4276cf6ca841a88
style: use raw strings when writing regexes

Adjust the regexes in qtutils and widgets.spellcheck so that
they use r'...' raw strings instead of escaping.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/qtutils.py
cola/widgets/spellcheck.py