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

@@ -7,7 +7,7 @@
import sys; sys.path += ['../../']
import traceback, sys
from i2p import eep, sam, samclasses
from i2p import eep
def verify_html(s):
"""Raise an error if s does not end with </html>"""