summaryrefslogtreecommitdiffstats
path: root/net/test
diff options
context:
space:
mode:
Diffstat (limited to 'net/test')
-rw-r--r--net/test/test_server.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/test/test_server.cc b/net/test/test_server.cc
index f5592a2..8e92699 100644
--- a/net/test/test_server.cc
+++ b/net/test/test_server.cc
@@ -292,6 +292,8 @@ bool TestServer::SetPythonPath() {
AppendToPythonPath(pyproto_code_dir);
AppendToPythonPath(pyproto_code_dir.Append(FILE_PATH_LITERAL("sync_pb")));
+ AppendToPythonPath(pyproto_code_dir.Append(
+ FILE_PATH_LITERAL("device_management_pb")));
return true;
}