Initial import to Tizen
[profile/ivi/python-twisted.git] / twisted / pair / __init__.py
1
2 # Copyright (c) Twisted Matrix Laboratories.
3 # See LICENSE for details.
4
5
6 """
7
8 Twisted Pair: The framework of your ethernet.
9
10 Low-level networking transports and utilities.
11
12 See also twisted.protocols.ethernet, twisted.protocols.ip,
13 twisted.protocols.raw and twisted.protocols.rawudp.
14
15 Maintainer: Tommi Virtanen
16
17 """
18
19 from twisted.pair._version import version
20 __version__ = version.short()