Update Python I2P version 0.91 by sunshine

This commit is contained in:
sunshine
2004-08-02 14:47:44 +00:00
committed by zzz
parent 9ccfd852d8
commit 4f81e1debe
16 changed files with 1758 additions and 99 deletions

View File

@@ -2,10 +2,17 @@
i2p -- I2P Python interface
"""
__all__ = ['Error', 'RouterError', 'sam', 'eep', 'router',
'I2PSocketServer', 'I2PBaseHTTPServer',
'I2PSimpleHTTPServer', 'I2PCGIHTTPServer',
]
__all__ = [
'BaseHTTPServer',
'CGIHTTPServer',
'eep',
'router',
'select',
'SimpleHTTPServer',
'socket',
'SocketServer',
'tunnel',
]
class Error(Exception):
"""Base class for all I2P errors."""
@@ -13,9 +20,3 @@ class Error(Exception):
class RouterError(Error):
"""Could not connect to router."""
import sam
import eep
import router
# Internal use only
#import samclasses as _samclasses