From dfc49d9ef7525d756e346b1976576a5adbe971cb Mon Sep 17 00:00:00 2001 From: Roman Kozlovskyi Date: Mon, 12 Aug 2013 19:23:08 +0300 Subject: [PATCH 1/2] Fixed progress-bar --- app/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/index.html b/app/templates/index.html index 55e174e..4d66791 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -23,7 +23,7 @@
-
+
From d1326d7ca175918be6e3d6a7bc5759d896af3b5c Mon Sep 17 00:00:00 2001 From: Roman Kozlovskyi Date: Mon, 12 Aug 2013 23:48:57 +0300 Subject: [PATCH 2/2] google_appengine 1.8.3 --- buildout.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildout.cfg b/buildout.cfg index d53e7db..c64f15c 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -11,7 +11,7 @@ allow-hosts = [gae_sdk] # Dowloads and extracts the App Engine SDK. recipe = appfy.recipe.gae:sdk -url = http://googleappengine.googlecode.com/files/google_appengine_1.8.2.zip +url = http://googleappengine.googlecode.com/files/google_appengine_1.8.3.zip [gae_tools] # Installs appcfg, dev_appserver and python executables in the bin directory.