From 385f874b4f525625c6d772f5bc54df89a3b4d667 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Fri, 25 Feb 2011 13:28:39 -0600 Subject: Trivial change to test server-side scripts --- server.fcgi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/server.fcgi b/server.fcgi index d8fc53a..1f29804 100755 --- a/server.fcgi +++ b/server.fcgi @@ -1,4 +1,12 @@ #!/usr/bin/env python +# vim: set filencoding=utf8 +""" +HGWeb WSGI Application Host + +@author: Mike Crute (mcrute@gmail.com) +@organization: SoftGroup Interactive, Inc. +@date: February 25, 2011 +""" from flup.server.fcgi_fork import WSGIServer from mercurial import demandimport; demandimport.enable() -- cgit v1.2.3