| Index: tools/python/google/platform_utils.py
|
| diff --git a/tools/python/google/platform_utils.py b/tools/python/google/platform_utils.py
|
| index 5bbcdf800ec45128f495dfca219360dd1beec5ce..b2caa0f6fd96d35fb96d99a96fcb31c7f6a2cd18 100644
|
| --- a/tools/python/google/platform_utils.py
|
| +++ b/tools/python/google/platform_utils.py
|
| @@ -20,5 +20,5 @@ if sys.platform in ('cygwin', 'win32'):
|
| from platform_utils_win import *
|
| elif sys.platform == 'darwin':
|
| from platform_utils_mac import *
|
| -
|
| -
|
| +elif sys.platform == 'linux2':
|
| + from platform_utils_linux import *
|
|
|