Files
i2p.i2p/apps/sam/python/src/i2p/__init__.py
2004-08-02 14:47:44 +00:00

23 lines
307 B
Python

"""
i2p -- I2P Python interface
"""
__all__ = [
'BaseHTTPServer',
'CGIHTTPServer',
'eep',
'router',
'select',
'SimpleHTTPServer',
'socket',
'SocketServer',
'tunnel',
]
class Error(Exception):
"""Base class for all I2P errors."""
class RouterError(Error):
"""Could not connect to router."""