summaryrefslogtreecommitdiff
path: root/server.fcgi
diff options
context:
space:
mode:
Diffstat (limited to 'server.fcgi')
-rwxr-xr-xserver.fcgi8
1 files changed, 8 insertions, 0 deletions
diff --git a/server.fcgi b/server.fcgi
index d8fc53a..1f29804 100755
--- a/server.fcgi
+++ b/server.fcgi
@@ -1,4 +1,12 @@
1#!/usr/bin/env python 1#!/usr/bin/env python
2# vim: set filencoding=utf8
3"""
4HGWeb WSGI Application Host
5
6@author: Mike Crute (mcrute@gmail.com)
7@organization: SoftGroup Interactive, Inc.
8@date: February 25, 2011
9"""
2 10
3from flup.server.fcgi_fork import WSGIServer 11from flup.server.fcgi_fork import WSGIServer
4from mercurial import demandimport; demandimport.enable() 12from mercurial import demandimport; demandimport.enable()