From 3cf4214bc18b60e2d6cb549bb03b8863dc46b754 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 30 Sep 2018 22:14:48 -0400 Subject: [PATCH] fix: set correct version of python for sample app The auto-detected latest - 3.6.6 at the time of this commit - has errors due to requiring pyflakes. --- runtime.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 runtime.txt diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..f27f1cc --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-2.7.15