kartikprabhu / mf2py

mf2 parser in python (this is an experimental fork)
Other
3 stars 2 forks source link

Use Py3-compatible explicit relative imports #21

Closed kylewm closed 10 years ago

kylewm commented 10 years ago

I believe this is a happy-medium that will work the way it did before in one's development environment, while still being forward/backward compatible.

I also added the doc= keyword argument to the tests which gets most of them passing.