commit | af276d2904b0eb3394cdca56ae38e84b27511225 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Thu Dec 09 14:26:58 2010 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Thu Dec 09 14:26:58 2010 -0500 |
tree | 9365b23199f06d1d215777e0f9d5b6ce0276d1d2 | |
parent | a12c7d68d7c6149c6ae2c23a476d0762c4df3cd5 [diff] [blame] |
Added mocks for the generated service objects. Also fixed a bunch of formatting.
diff --git a/samples/buzz/buzz.py b/samples/buzz/buzz.py index 9cebd79..18bdfb0 100644 --- a/samples/buzz/buzz.py +++ b/samples/buzz/buzz.py
@@ -20,6 +20,7 @@ # Uncomment the next line to get very detailed logging #httplib2.debuglevel = 4 + def main(): f = open("buzz.dat", "r") credentials = pickle.loads(f.read())