File: __init__.py

package info (click to toggle)
quixote 1.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,000 kB
  • ctags: 1,081
  • sloc: python: 5,245; ansic: 1,297; sh: 77; makefile: 62
file content (11 lines) | stat: -rw-r--r-- 345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
"""quixote.server

This package is for HTTP servers, built using one or another
framework, that publish a Quixote application.  These servers can make
it easy to run a small application without having to install and
configure a full-blown Web server such as Apache.

"""

__revision__ = "$Id: __init__.py 20217 2003-01-16 20:51:53Z akuchlin $"