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

1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- test-case-name: twisted.web.test -*-
# Copyright (c) 2001-2008 Twisted Matrix Laboratories.
# See LICENSE for details.

"""
Twisted Web: a L{web server<twisted.web.server>} (including an
L{HTTP implementation<twisted.web.http>} and a
L{resource model<twisted.web.resource>}) and
a L{web client<twisted.web.client>}.
"""

from twisted.web._version import version
__version__ = version.short()