summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pythonpath/lightproof_compile___implname__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pythonpath/lightproof_compile___implname__.py b/pythonpath/lightproof_compile___implname__.py
index c3d1e53..c56c928 100644
--- a/pythonpath/lightproof_compile___implname__.py
+++ b/pythonpath/lightproof_compile___implname__.py
@@ -97,7 +97,7 @@ def mysplit(s, line, oldline, debug):
if s2[0:1] == '"' and s2[-1:]=='"':
s2 = s2[1:-1]
if dec==1:
- repl[s1] = s2
+ repl[s1] = re.sub(r"\\([dswW])", r"\\\\\1", s2)
return None
else:
for i in repl: