aboutsummaryrefslogtreecommitdiff
path: root/tests/test__helpers.py
diff options
context:
space:
mode:
authorNathaniel Manista <nathaniel@google.com>2016-08-15 10:48:42 -0700
committerGitHub <noreply@github.com>2016-08-15 10:48:42 -0700
commit547d600c7e370e8190c134867f69f3e9d974d6a8 (patch)
tree534fa89947f81fe3997ab9c7b15625356c168384 /tests/test__helpers.py
parent687fdbdb86fc2dacf904890debc02a7aeb97514a (diff)
parenta1136db2ebf19243ec43cd4ff6958812ad114ef8 (diff)
downloadoauth2client-547d600c7e370e8190c134867f69f3e9d974d6a8.tar.gz
Merge pull request #627 from jonparrott/no-author
Remove __author__ lines and add contributors.md.
Diffstat (limited to 'tests/test__helpers.py')
-rw-r--r--tests/test__helpers.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test__helpers.py b/tests/test__helpers.py
index 8a6aad1..aac5f8d 100644
--- a/tests/test__helpers.py
+++ b/tests/test__helpers.py
@@ -21,9 +21,6 @@ import mock
from oauth2client import _helpers
-__author__ = 'jcgregorio@google.com (Joe Gregorio)'
-
-
class PositionalTests(unittest.TestCase):
def test_usage(self):