Add timestamp offset for block header
[p2pool.git] / nattraverso / __init__.py
1 """
2 This package offers ways to retreive ip addresses of the machine, and map ports
3 through various protocols.
4
5 Currently only UPnP is implemented and available, in the pynupnp module.
6
7 @author: Raphael Slinckx
8 @copyright: Copyright 2005
9 @license: LGPL
10 @contact: U{raphael@slinckx.net<mailto:raphael@slinckx.net>}
11 @version: 0.1.0
12 """
13
14 __revision__ = "$id"
15 __version__ = "0.1.0"