Index: test/lib/TestWin.py |
diff --git a/test/lib/TestWin.py b/test/lib/TestWin.py |
index 1571c851a2df5414b00a17daaee1475b336e4d2f..7627197b1f343421f64b46370235a34f72118e41 100644 |
--- a/test/lib/TestWin.py |
+++ b/test/lib/TestWin.py |
@@ -44,7 +44,7 @@ class Registry(object): |
return text |
def Query(self, key, value=None): |
- """Use reg.exe to read a particular key through _QueryBase. |
+ r"""Use reg.exe to read a particular key through _QueryBase. |
First tries to launch from %WinDir%\Sysnative to avoid WoW64 redirection. If |
that fails, it falls back to System32. Sysnative is available on Vista and |