fn: add support for python (#328)

This commit is contained in:
C Cirello
2016-11-21 23:12:30 +01:00
committed by Seif Lotfy سيف لطفي
parent 8935c26951
commit d13c8fba8c
4 changed files with 48 additions and 1 deletions

View File

@@ -232,7 +232,7 @@ var acceptableFnRuntimes = map[string]string{
"node": "iron/node",
"perl": "iron/perl",
"php": "iron/php",
"python": "iron/python",
"python": "iron/python:2",
"ruby": "iron/ruby",
"scala": "iron/scala",
}