aboutsummaryrefslogtreecommitdiff
path: root/oauth2client/contrib/keyring_storage.py
diff options
context:
space:
mode:
Diffstat (limited to 'oauth2client/contrib/keyring_storage.py')
-rw-r--r--oauth2client/contrib/keyring_storage.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/oauth2client/contrib/keyring_storage.py b/oauth2client/contrib/keyring_storage.py
index 4af9448..f4f2e30 100644
--- a/oauth2client/contrib/keyring_storage.py
+++ b/oauth2client/contrib/keyring_storage.py
@@ -24,6 +24,9 @@ import keyring
from oauth2client import client
+__author__ = 'jcgregorio@google.com (Joe Gregorio)'
+
+
class Storage(client.Storage):
"""Store and retrieve a single credential to and from the keyring.