~jk0/nova/xs-ipv6

« back to all changes in this revision

Viewing changes to vendor/Twisted-10.0.0/twisted/web/__init__.py

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

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()