aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python2.7/site-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/news/__init__.py
blob: d70440c62b6c30d9b46d0b0dbec3df1c363ea97a (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.

"""

Twisted News: an NNTP-based news service.

"""

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