From 88cfa5ef2a219e744c2cb50e4a75e7e41e64fa40 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Thu, 25 Oct 2012 10:23:50 -0500 Subject: [PATCH] fixed issue 1096, thanks Howesc --- VERSION | 2 +- appengine_config.py => appengine_config.example.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename appengine_config.py => appengine_config.example.py (100%) diff --git a/VERSION b/VERSION index 390d0f22..5843639e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.2.1 (2012-10-25 10:19:43) stable +Version 2.2.1 (2012-10-25 10:23:42) stable diff --git a/appengine_config.py b/appengine_config.example.py similarity index 100% rename from appengine_config.py rename to appengine_config.example.py