commit | d81ecb05c9ab4b6853a1fdae94dc478fcf92cd55 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Tue Feb 15 17:46:47 2011 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Tue Feb 15 17:46:47 2011 -0500 |
tree | 7097126c0aef99dfd092771f3a07e4b45d47d07d | |
parent | deeb0204452c474a134748f8a9e13e410e202612 [diff] [blame] |
Clean up buzz example so it is just one file.
diff --git a/apiclient/ext/authtools.py b/apiclient/ext/authtools.py index 5398bd8..f605d72 100644 --- a/apiclient/ext/authtools.py +++ b/apiclient/ext/authtools.py
@@ -138,3 +138,5 @@ f.write(pickle.dumps(credentials)) f.close() print "You have successfully authenticated." + + return credentials