diff options
Diffstat (limited to 'net/test/python_utils.h')
-rw-r--r-- | net/test/python_utils.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/test/python_utils.h b/net/test/python_utils.h index 215569c..bc3bdb1 100644 --- a/net/test/python_utils.h +++ b/net/test/python_utils.h @@ -16,8 +16,10 @@ extern const char kPythonPathEnv[]; // Appends the dir to python path environment variable. void AppendToPythonPath(const FilePath& dir); +// Return the location of the compiler-generated python protobuf. +bool GetPyProtoPath(FilePath* dir); + // Returns the path that should be used to launch Python. bool GetPythonRunTime(FilePath* path) WARN_UNUSED_RESULT; #endif // NET_TEST_PYTHON_UTILS_H_ - |