| Index: tools/python/google/platform_utils_win.py
|
| diff --git a/tools/python/google/platform_utils_win.py b/tools/python/google/platform_utils_win.py
|
| index eef2b50bdc70a442906d0b97c327f72261f3d7c8..60491871c94e73db018bfa8d08e136e0876cb074 100644
|
| --- a/tools/python/google/platform_utils_win.py
|
| +++ b/tools/python/google/platform_utils_win.py
|
| @@ -192,4 +192,3 @@ def GetCygwinPath(path):
|
| return '/cygdrive/%s/' % matchobj.group(1).lower()
|
| path = drive_regexp.sub(LowerDrive, path)
|
| return path.replace('\\', '/')
|
| -
|
|
|