skeleton/schema.py.tmpl
author Aurelien Campeas
Tue, 01 Oct 2013 16:45:58 +0200
changeset 9287 e70c8c70e344
parent 8207 c04676b16c59
permissions -rw-r--r--
[wsgi] add the simplest possible wsgi (debug) server This server is able to: * serve on a given port using the stdlib SimpleHTTPServer * run looping tasks Closes #3005509.

# -*- coding: utf-8 -*-
# copyright %(year)s %(author)s, all rights reserved.
# contact %(author-web-site)s -- mailto:%(author-email)s
#
%(long-license)s
"""%(distname)s schema"""