Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support python3 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support python3 #6

wants to merge 1 commit into from

Conversation

jaymzh
Copy link

@jaymzh jaymzh commented Sep 7, 2021

This updates several things for py3 compat:

  • the imports of Queue for new py3 name
  • iteritems -> items
  • decode strings
  • update way to find max number

This lets us run on python3 and thus modern versions of collectd.

This updates several things for py3 compat:

* the imports of Queue for new py3 name
* iteritems -> items
* decode strings
* update way to find max number

This lets us run on python3 and thus modern versions of collectd.

Signed-off-by: Phil Dibowitz <phil@ipom.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant