Skip to content

Initial Python3 support

Kushal Das requested to merge kushal/exitmap:py3 into master

Initial code for Python 3 support. This uses upstream pysocks project as dependency.

I only checktest and testfd modules, but modified all the modules to Python3.

How to test?

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
./bin/exitmap  -C IN -v debug  checktest
./bin/exitmap  -C IN -v debug  testfd

Closes #1 (closed).

Edited by Georg Koppen

Merge request reports

Loading