pbs / pycaption

Python module to read/write popular video caption formats
Apache License 2.0
256 stars 136 forks source link

Refactor cut import past from py27-py3 compat #193

Closed john-tho closed 3 years ago

john-tho commented 4 years ago

Allows module to work on python without lib2to3.

Needs #192 to pass CI tests

Iulia-Mada commented 3 years ago

@john-tho I checked master and it seems the changes from this PR are already there so I am going to close it. It seems this one was created before the rollback from: https://github.com/pbs/pycaption/tree/py27-py3-compat. In the meantime some of the code where you made changes has been deleted.