diff roundup/cgi/KeywordsExpr.py @ 5811:7d276bb8b46d

More invalid escape sequence fixes.
author John Rouillard <rouilj@ieee.org>
date Wed, 12 Jun 2019 21:32:46 -0400
parents 17b213eab274
children 3b0f423ec980
line wrap: on
line diff
--- a/roundup/cgi/KeywordsExpr.py	Wed Jun 12 21:19:22 2019 -0400
+++ b/roundup/cgi/KeywordsExpr.py	Wed Jun 12 21:32:46 2019 -0400
@@ -1,7 +1,7 @@
 # This module is free software, you may redistribute it
 # and/or modify under the same terms as Python.
 
-WINDOW_CONTENT = '''\
+WINDOW_CONTENT = r'''\
 <h3>Keyword Expression Editor:</h3>
 <hr/>
 <div id="content"></div>

Roundup Issue Tracker: http://roundup-tracker.org/