| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/systemhost.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/systemhost.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/systemhost.py
|
| index 8b143524b73ec9b8d29593c9f09adf9c223c2959..e3bbe7c6d2295b9c7d2a466df9b75e4c195f3bd0 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/systemhost.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/systemhost.py
|
| @@ -34,6 +34,7 @@ from webkitpy.common.system import environment, executive, filesystem, platformi
|
|
|
|
|
| class SystemHost(object):
|
| +
|
| def __init__(self):
|
| self.executable = sys.executable
|
| self.executive = executive.Executive()
|
|
|