diff options
author | Gennadiy Civil <misterg@google.com> | 2018-08-14 15:04:11 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-08-14 15:04:11 -0400 |
commit | 265efde9a5b35fbd23622620fa597822e122f38a (patch) | |
tree | 57791ab8301581599060956528149d14215d08b2 /googlemock/test/gmock_test_utils.py | |
parent | 3306848f697568aacf4bcca330f6bdd5ce671899 (diff) | |
download | googletest-265efde9a5b35fbd23622620fa597822e122f38a.tar.gz googletest-265efde9a5b35fbd23622620fa597822e122f38a.tar.bz2 googletest-265efde9a5b35fbd23622620fa597822e122f38a.zip |
Comments changes, no functionality changes.
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 |