aboutsummaryrefslogtreecommitdiffstats
path: root/waflib/extras/kde4.py
diff options
context:
space:
mode:
Diffstat (limited to 'waflib/extras/kde4.py')
-rw-r--r--waflib/extras/kde4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/waflib/extras/kde4.py b/waflib/extras/kde4.py
index e49a9ec..aed9bfb 100644
--- a/waflib/extras/kde4.py
+++ b/waflib/extras/kde4.py
@@ -71,7 +71,7 @@ def configure(self):
fu = re.compile('#(.*)\n')
txt = fu.sub('', txt)
- setregexp = re.compile('([sS][eE][tT]\s*\()\s*([^\s]+)\s+\"([^"]+)\"\)')
+ setregexp = re.compile(r'([sS][eE][tT]\s*\()\s*([^\s]+)\s+\"([^"]+)\"\)')
found = setregexp.findall(txt)
for (_, key, val) in found: