| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/multiprocessing_bootstrap.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/multiprocessing_bootstrap.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/multiprocessing_bootstrap.py
|
| index e0bed5728d11b9f188efcd4f905e647b0c2f1279..663b920cf8e4d7b6c8d8542cabb40e0ddf133ba9 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/multiprocessing_bootstrap.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/multiprocessing_bootstrap.py
|
| @@ -32,7 +32,8 @@ Windows, we need to be running a Python module that can be imported
|
| (which means a file in sys.path that ends in .py). In addition, we need to
|
| ensure that sys.path / PYTHONPATH is set and propagating correctly.
|
|
|
| -This module enforces that."""
|
| +This module enforces that.
|
| +"""
|
|
|
| import os
|
| import subprocess
|
|
|