~certify-web-dev/twisted/certify-production

« back to all changes in this revision

Viewing changes to twisted/web/__init__.py

  • Committer: Marc Tardif
  • Date: 2010-05-20 19:56:06 UTC
  • Revision ID: marc.tardif@canonical.com-20100520195606-xdrf0ztlxhvwmmzb
Added twisted-web.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- test-case-name: twisted.web.test -*-
 
2
# Copyright (c) 2001-2008 Twisted Matrix Laboratories.
 
3
# See LICENSE for details.
 
4
 
 
5
"""
 
6
Twisted Web: a L{web server<twisted.web.server>} (including an
 
7
L{HTTP implementation<twisted.web.http>} and a
 
8
L{resource model<twisted.web.resource>}) and
 
9
a L{web client<twisted.web.client>}.
 
10
"""
 
11
 
 
12
from twisted.web._version import version
 
13
__version__ = version.short()