jeffzh3ng / fuxi

Penetration Testing Platform
MIT License
1.33k stars 372 forks source link

Modernize Python 2 code to get ready for Python 3 #4

Closed cclauss closed 4 years ago

cclauss commented 6 years ago

A second attempt at #1

Minimal, safe changes required to make this code syntax compatible with both Python 2 and Python 3. There will probably be more changes required to complete the port to Python 3 but this should provide a solid start in that process without breaking backward compatibility with legacy Python.