summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2011-02-25 13:28:39 -0600
committerMike Crute <mcrute@gmail.com>2011-02-25 13:28:39 -0600
commit385f874b4f525625c6d772f5bc54df89a3b4d667 (patch)
tree0a5f529dbf81e5e0eb69b0f611ec8e7c5b11fa1b
parentababda6a0a20e20256963a266e972f18b119c5b6 (diff)
downloadhg_hosting-385f874b4f525625c6d772f5bc54df89a3b4d667.tar.bz2
hg_hosting-385f874b4f525625c6d772f5bc54df89a3b4d667.tar.xz
hg_hosting-385f874b4f525625c6d772f5bc54df89a3b4d667.zip
Trivial change to test server-side scripts
-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()