google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
679 stars 254 forks source link

[python3] Import StringIO from six #485

Closed avilaton closed 5 years ago

avilaton commented 5 years ago

This builds on #484 and fixes issues with StringIO compatibility for python 3.

avilaton commented 5 years ago

I'm moving this to #484