From 7d04a1dfa2db77064aa587e9f0f7e448ae89fdd4 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Fri, 24 Jun 2016 07:00:44 +0800 Subject: [PATCH] Fix for #642 --- {{cookiecutter.project_slug}}/runtime.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/{{cookiecutter.project_slug}}/runtime.txt b/{{cookiecutter.project_slug}}/runtime.txt index 84c90354..036fc81f 100644 --- a/{{cookiecutter.project_slug}}/runtime.txt +++ b/{{cookiecutter.project_slug}}/runtime.txt @@ -1,5 +1 @@ -{% if cookiecutter.use_python2 == 'n' -%} -python-3.5.1 -{% else %} -python-2.7.10 -{%- endif %} +{% if cookiecutter.use_python2 == 'n' -%}python-3.5.1{% else %}python-2.7.10{%- endif %}