mikelangelo-project / capstan

Capstan, a tool for packaging and running your application on OSv.
http://osv.io/capstan/
Other
19 stars 7 forks source link

Add Python runtime to runtime list #83

Closed miha-plesko closed 6 years ago

miha-plesko commented 6 years ago

Somehow Python was missing from runtime list. With this commit we add it there along with unit test to prevent this from ever happening again. To do this, we had to quickly refactor the print function, nothing big.

Fixes https://github.com/mikelangelo-project/capstan/issues/79