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

Clean up python3 code #28

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

Clean up python3 code #28

wants to merge 1 commit into from

Conversation

n1zzo
Copy link

@n1zzo n1zzo commented Oct 16, 2018

dict.iteritems() is not available in python3, it has been replaced with items(),
the same replacement was made for dict.iterkeys() -> keys().
Now the code executes correctly on Python 3.7.0.

dict.iteritems() is not available in python3, it has been replaced with items(), the same replacement was made for dict.iterkeys() -> keys().
@zirafa
Copy link

zirafa commented Dec 31, 2018

This repo does not specify which version of Python is used, which is causing a lot of confusion.
See #23 (comment) and #24

herostrat added a commit to herostrat/svg2mod that referenced this pull request May 17, 2019
@Sodium-Hydrogen
Copy link

@mtl hasn't touched this in years so I think it is dead. If you would like to continue to support this project please checkout the new fork https://github.com/svg2mod/svg2mod.

Also if you are interested in joining the svg2mod organization as an active maintainer to prevent it from dying again feel free to open an issue on the new repo.

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.

3 participants