diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-29 23:57:01 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-29 23:57:01 +0000 |
commit | 21e9cad7ec96f4aec529152741d5fae7a773b69d (patch) | |
tree | 5e85f4b9fa7f3cb34d8b870c91721fee9267b55f /chrome/common/extensions/docs/examples/apps/hello-python | |
parent | 2b92bd5a27606e41358eb7e4e08290b981161d70 (diff) | |
download | chromium_src-21e9cad7ec96f4aec529152741d5fae7a773b69d.zip chromium_src-21e9cad7ec96f4aec529152741d5fae7a773b69d.tar.gz chromium_src-21e9cad7ec96f4aec529152741d5fae7a773b69d.tar.bz2 |
Revert 83452 (see crbug.com/80916) - Move jstemplate from chrome/third_party to third_party.
All third party libraries should be in third_party.
The presubmit check complains about jstemplate's README.chromium
being nonstandard; I will fix that in a follow-up.
The interesting changes are to the .grd file and the .py file.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6901102
TBR=thakis@chromium.org
Review URL: http://codereview.chromium.org/6905149
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/examples/apps/hello-python')
-rw-r--r-- | chrome/common/extensions/docs/examples/apps/hello-python/README | 2 | ||||
-rw-r--r-- | chrome/common/extensions/docs/examples/apps/hello-python/templates/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/examples/apps/hello-python/README b/chrome/common/extensions/docs/examples/apps/hello-python/README index b981d0a..53ff640 100644 --- a/chrome/common/extensions/docs/examples/apps/hello-python/README +++ b/chrome/common/extensions/docs/examples/apps/hello-python/README @@ -27,4 +27,4 @@ and replace the following three configuration lines with your own information: 'app_id': 'INSERT APPLICATION ID HERE', Then deploy your application to App Engine, and you will be able to log in -with OpenID and check the license status of your account. +with OpenID and check the license status of your account.
\ No newline at end of file diff --git a/chrome/common/extensions/docs/examples/apps/hello-python/templates/index.html b/chrome/common/extensions/docs/examples/apps/hello-python/templates/index.html index e4cf45a..0602513 100644 --- a/chrome/common/extensions/docs/examples/apps/hello-python/templates/index.html +++ b/chrome/common/extensions/docs/examples/apps/hello-python/templates/index.html @@ -54,4 +54,4 @@ {% endif %} </body> -</html> +</html>
\ No newline at end of file |