aboutsummaryrefslogtreecommitdiff
path: root/oauth2client/clientsecrets.py
diff options
context:
space:
mode:
Diffstat (limited to 'oauth2client/clientsecrets.py')
-rw-r--r--oauth2client/clientsecrets.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/oauth2client/clientsecrets.py b/oauth2client/clientsecrets.py
index 4b43e66..1598142 100644
--- a/oauth2client/clientsecrets.py
+++ b/oauth2client/clientsecrets.py
@@ -22,7 +22,6 @@ import json
import six
-__author__ = 'jcgregorio@google.com (Joe Gregorio)'
# Properties that make a client_secrets.json file valid.
TYPE_WEB = 'web'