commit | d44bb002250dfc385bfd9509f22f0819ef7f5733 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Tue Sep 21 14:34:44 2010 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Tue Sep 21 14:34:44 2010 -0400 |
tree | 39e3d580bf506251e4018315a8c81fd4cfdacb50 | |
parent | c81f91d5a8b81efd832ec61cbe6e34265af9c6d3 [diff] [blame] |
pydoc.render_doc isn't in Python 2.5 so duplicate the functionality so it works on App Engine.
diff --git a/samples/helpdoc/app.yaml b/samples/helpdoc/app.yaml index 8919c7b..5a357dc 100644 --- a/samples/helpdoc/app.yaml +++ b/samples/helpdoc/app.yaml
@@ -1,4 +1,4 @@ -application: google-api-python-client-doc +application: api-python-client-doc version: 1 runtime: python api_version: 1