MyKings / python-masscan

python-masscan is a python library which helps in using masscan port scanner.
https://pypi.org/project/python-masscan/
GNU General Public License v3.0
281 stars 60 forks source link

Fixed installation error in python2 #25

Closed Emirati closed 4 years ago

Emirati commented 4 years ago

Replaced open() with io.open() for compatibility. Issue: #23