Skip to content

izip used in scene.py but not compatible with Python 3.x #44

@StefWouters1

Description

@StefWouters1

In scene.py it.izip is used in line 34 and 457. This should be changed from "it.izip()" to just "zip()" to be compatible with python 3.x

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions