| Index: scripts/master/factory/commands.py
|
| diff --git a/scripts/master/factory/commands.py b/scripts/master/factory/commands.py
|
| index a2f4f1b8738b43a40770b7987bbffae91707bb4e..2cf33a078fb62273b819cd9b0c907aaf2d552be6 100644
|
| --- a/scripts/master/factory/commands.py
|
| +++ b/scripts/master/factory/commands.py
|
| @@ -349,6 +349,14 @@ class FactoryCommands(object):
|
| # scripts in scripts/slave
|
| self._runbuild = self.PathJoin(self._script_dir, 'runbuild.py')
|
|
|
| + @property
|
| + def python(self):
|
| + return self._python
|
| +
|
| + @property
|
| + def script_dir(self):
|
| + return self._script_dir
|
| +
|
| # Util methods.
|
| def GetExecutableName(self, executable):
|
| """The executable name must be executable plus '.exe' on Windows, or else
|
|
|