#!/usr/bin/python """ This is a simple-minded CGI-based driver for the web interface. """ # $Header: /cvsroot/dbagg2/htdocs/index.cgi,v 1.1 2004/01/18 05:35:08 deusx Exp $ import cgiConfig import cgi, dbagg2.web dbagg2.web.dispatch(cgi.FieldStorage())