File: __init__.py

package info (click to toggle)
python-txi2p-tahoe 0.3.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: python: 3,757; makefile: 163; sh: 3
file content (7 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
try:
    from txi2p._version import __version__, __version_tuple__
except ImportError:
    __version__ = __version_tuple__ = None

from txi2p.address import I2PAddress
from txi2p.utils import generateDestination, testAPI