Skip to content

Python 3 Updates

Jonathan Neuhauser requested to merge github/fork/levisaya/master into master

Created by: levisaya

Ran python-modernizer, this fixed most of the Python 3 incompatibilities.

Had to manually rework the iteration in svg_regex and svg_transform; .next doesn't exist in Python 3. Wrapped the builtin next function in a partial for equivalent functionality.

Merge request reports

Loading