From 21e9cad7ec96f4aec529152741d5fae7a773b69d Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Fri, 29 Apr 2011 23:57:01 +0000 Subject: 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 --- chrome/common/extensions/docs/examples/apps/hello-python/README | 2 +- .../extensions/docs/examples/apps/hello-python/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/common/extensions/docs/examples/apps/hello-python') 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 %} - + \ No newline at end of file -- cgit v1.1