commit | 205e73ab05521518b12eddc825e7d7dbeb0254a9 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Sat Mar 12 09:55:31 2011 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Sat Mar 12 09:55:31 2011 -0500 |
tree | e8c9d003d3173bb142d914c7495682418071c3d6 | |
parent | fa6630c0b3e8300ad488edb8159620ef868da086 [diff] [blame] |
Cleanup of samples including adding flags to control logging.
diff --git a/apiclient/model.py b/apiclient/model.py index 4ca91f4..1e5b862 100644 --- a/apiclient/model.py +++ b/apiclient/model.py
@@ -22,7 +22,10 @@ FLAGS = gflags.FLAGS gflags.DEFINE_boolean('dump_request_response', False, - 'Dump all http server requests and responses.') + 'Dump all http server requests and responses. ' + 'Must use apiclient.model.LoggingJsonModel as ' + 'the model.' + ) def _abstract():