diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-15 10:17:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-15 10:17:09 -0700 |
commit | 06b975928878a7a10cd4bc2bb35d2738e453f4a1 (patch) | |
tree | b0c5b19fce9ae66b8071bd1b3b9a1e2175365358 /googlemock/test/gmock_test_utils.py | |
parent | 51b65058ad72d2d92fff89f04aad99f8bbddb147 (diff) | |
parent | 997d343dd680e541ef96ce71ee54a91daf2577a0 (diff) | |
download | googletest-06b975928878a7a10cd4bc2bb35d2738e453f4a1.tar.gz googletest-06b975928878a7a10cd4bc2bb35d2738e453f4a1.tar.bz2 googletest-06b975928878a7a10cd4bc2bb35d2738e453f4a1.zip |
Merge branch 'master' into ignore-cmake-generated-files
Diffstat (limited to 'googlemock/test/gmock_test_utils.py')
-rwxr-xr-x | googlemock/test/gmock_test_utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/googlemock/test/gmock_test_utils.py b/googlemock/test/gmock_test_utils.py index 92b1ac14..7dc4e119 100755 --- a/googlemock/test/gmock_test_utils.py +++ b/googlemock/test/gmock_test_utils.py @@ -29,8 +29,6 @@ """Unit test utilities for Google C++ Mocking Framework.""" -__author__ = 'wan@google.com (Zhanyong Wan)' - import os import sys |