aurzenligl / prophy

prophy: fast serialization protocol
MIT License
13 stars 8 forks source link

Add explicit relative imports for py3 #33

Closed florczakraf closed 4 years ago

florczakraf commented 4 years ago

This PR introduces a WA for python3 because implicit relative imports are not available. This brings back the possibility to use generated codecs in a package.

florczakraf commented 4 years ago

It turns out there are even more tests to be changed (some of them were skipped when I ran tests locally)