Chromium Code Reviews| Index: tools/python/google/platform_utils.py |
| =================================================================== |
| --- tools/python/google/platform_utils.py (revision 89310) |
| +++ tools/python/google/platform_utils.py (working copy) |
| @@ -20,5 +20,5 @@ |
| from platform_utils_win import * |
| elif sys.platform == 'darwin': |
| from platform_utils_mac import * |
| -elif sys.platform == 'linux2': |
| +elif sys.platform.startswith('linux'): |
| from platform_utils_linux import * |