forked from I2P_Developers/i2p.i2p
Update Python I2P version 0.91 by sunshine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user