Initial import to Tizen
[profile/ivi/python-twisted.git] / twisted / news / __init__.py
1 # Copyright (c) Twisted Matrix Laboratories.
2 # See LICENSE for details.
3
4 """
5
6 Twisted News: an NNTP-based news service.
7
8 """
9
10 from twisted.news._version import version
11 __version__ = version.short()