changeset bdbb319395de in trypod:default
details: https://hg.tryton.org/trypod?cmd=changeset;node=bdbb319395de
description:
        Ensure to use python2
diffstat:

 trypod.fcgi |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (9 lines):

diff -r b0ad87fee17c -r bdbb319395de trypod.fcgi
--- a/trypod.fcgi       Tue Oct 30 19:13:03 2018 +0100
+++ b/trypod.fcgi       Sat Mar 30 18:21:11 2019 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 from flup.server.fcgi import WSGIServer
 from trypod import app
 from werkzeug.contrib.fixers import LighttpdCGIRootFix

Reply via email to