diff options
author | Derek Mauro <dmauro@google.com> | 2021-12-22 21:00:44 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2021-12-22 21:01:24 (GMT) |
commit | c58f562fa2b287ab58a51b702f3c7295efe89904 (patch) | |
tree | 1179004595ed2b972b83dc62ec5adb467c5f7dd9 /googlemock/test/gmock_output_test.py | |
parent | 71d4e2f7423274d178b446e94b88082559f2fa7a (diff) | |
download | googletest-c58f562fa2b287ab58a51b702f3c7295efe89904.zip googletest-c58f562fa2b287ab58a51b702f3c7295efe89904.tar.gz googletest-c58f562fa2b287ab58a51b702f3c7295efe89904.tar.bz2 |
Makes the Python imports consistently use full paths from the repository root,
unifying the behavior between Bazel and CMake
This fixes one of the CI failures on Windows
PiperOrigin-RevId: 417872531
Change-Id: I156989323b7e6d4a4420f4f9691b078829db933d
Diffstat (limited to 'googlemock/test/gmock_output_test.py')
-rwxr-xr-x | googlemock/test/gmock_output_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/test/gmock_output_test.py b/googlemock/test/gmock_output_test.py index 25f99f2..71532c5 100755 --- a/googlemock/test/gmock_output_test.py +++ b/googlemock/test/gmock_output_test.py @@ -43,7 +43,7 @@ from io import open # pylint: disable=redefined-builtin, g-importing-member import os import re import sys -import gmock_test_utils +from googlemock.test import gmock_test_utils # The flag for generating the golden file |