cloudviz / agentless-system-crawler

A tool to crawl systems like crawlers for the web
Apache License 2.0
117 stars 44 forks source link

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

Closed cclauss closed 6 years ago

cclauss commented 7 years ago

Make the minimal, safe changes required to convert the repo's code to be syntax compatible with both Python 2 and Python 3. More work will be required to complete a port to Python 3 but this is a minimal, safe first step.

Signed-off-by: cclauss cclauss@bluewin.ch