
specifically created for I2P. New Files: - aum.stasher - a single noderef - stasher - wrapper script for starting/stopping/using stasher - stasher.py - similar wrapper script for 'doze users - src/bencode.py - requisite module - src/i2p/stasher.py - the stasher application classes - python module Modified Files: - setup.py - added code to install stasher wrapper - src/i2p/__init__.py - added stasher to '__all__', allowing import
5 lines
98 B
Python
5 lines
98 B
Python
#! /usr/bin/env python
|
|
# wrapper script to run stasher node
|
|
import i2p.stasher
|
|
i2p.stasher.main()
|