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, 1 insertions, 0 deletions
diff --git a/oauth2client/clientsecrets.py b/oauth2client/clientsecrets.py
index 1598142..4b43e66 100644
--- a/oauth2client/clientsecrets.py
+++ b/oauth2client/clientsecrets.py
@@ -22,6 +22,7 @@ import json
import six
+__author__ = 'jcgregorio@google.com (Joe Gregorio)'
# Properties that make a client_secrets.json file valid.
TYPE_WEB = 'web'