SumoLogic-Labs / collector-management-client

A Python script for quickly managing a subset of installed Collectors
Apache License 2.0
22 stars 20 forks source link

Will this even run? #14

Closed JustAShoeMaker closed 5 years ago

JustAShoeMaker commented 5 years ago

OK. I was thinking about using this at work, and read through it. But will it work? Or I caught it at a weird in-between Py2 and Py3 and master is most up to date ?

Just a read through has me confused, and it might be my skill level. But.

1) izip_longest disappears in Python 3 2) raw_input also 3) but then it uses print() and not print but no from __future__ import print_function import.

rvmiller89 commented 5 years ago

Hi @JustAShoeMaker we worked on improving the Python2/3 support in https://github.com/SumoLogic/collector-management-client/pull/16.

Please re-open if you have any issue.