Skip to content

Deprecated code in tmx.py #19

@BannoPostma

Description

@BannoPostma

ElementTree.getchildren seems to be deprecated:

for c in tag.getchildren():

Can be fixed by:

for c in list (tag):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions