| Index: pylib/gyp/MSVSVersion.py
|
| diff --git a/pylib/gyp/MSVSVersion.py b/pylib/gyp/MSVSVersion.py
|
| index 49515cce07e07fedd9fb7d945c36665630ad523a..6f19cfca4c0e0b7a37891fe3d34e5280f5b550f2 100644
|
| --- a/pylib/gyp/MSVSVersion.py
|
| +++ b/pylib/gyp/MSVSVersion.py
|
| @@ -138,7 +138,7 @@ def _RegistryQueryBase(sysdir, key, value):
|
|
|
|
|
| def _RegistryQuery(key, value=None):
|
| - """Use reg.exe to read a particular key through _RegistryQueryBase.
|
| + r"""Use reg.exe to read a particular key through _RegistryQueryBase.
|
|
|
| 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
|
|
|