blob: d583321b107a9943b001f17247a28d6e5ae698f9 [file] [log] [blame]
# -*- 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()