Updated Python-I2P library 0.91 by sunshine

This commit is contained in:
sunshine
2004-08-02 13:50:21 +00:00
committed by zzz
parent 8d8b6da0bf
commit 8f5d325c4d
13 changed files with 910 additions and 35 deletions

View File

@ -4,9 +4,7 @@
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="robots" content="index,follow">
<link rel="shortcut icon" href="/favicon.ico">
<script type="text/javascript" src="/~barnesc/wiki/stylesheets/wikibits.js"></script>
<style type='text/css'><!--
@import url("/~barnesc/wiki/stylesheets/wikiprintable.css");
/*/*/
a.new, #quickbar a.new { color: #CC2200; }
#quickbar { position: absolute; top: 4px; left: 4px; border-right: 1px solid gray; }
@ -45,8 +43,8 @@ Module <code >i2p.router</code > allows Python programs to control the I2P route
Find the absolute path to a locally installed I2P router.
An I2P installation is located by looking in the
environment I2P, then in PATH, then in the dir argument
given to the function. It looks for startRouter.sh or
dir argument given to the function, then in the environment
I2P, then in PATH. It looks for startRouter.sh or
startRouter.bat. Raises ValueError if an I2P installation
could not be located.
</pre>