changeset 498d0b6904d7 in trydevpi.tryton.org:default
details: 
https://hg.tryton.org/trydevpi.tryton.org?cmd=changeset;node=498d0b6904d7
description:
        Remove unused fcgi script
diffstat:

 trydevpi.fcgi |  7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diffs (11 lines):

diff -r d84a9468fc04 -r 498d0b6904d7 trydevpi.fcgi
--- a/trydevpi.fcgi     Sat Mar 30 18:20:11 2019 +0100
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-#!/usr/bin/env python2
-from flup.server.fcgi import WSGIServer
-from trydevpi import app
-from werkzeug.contrib.fixers import LighttpdCGIRootFix
-
-if __name__ == '__main__':
-    WSGIServer(LighttpdCGIRootFix(app)).run()

Reply via email to