aloetesting/aloe

Side effects from monkey patching

Closed this issue · 1 comments

Using the python future standard_library.install_aliases() monkey patch causes side effects on other libraries. It would probably be better to just use six to maintain compatibility.

I was actually able to do this without making six as a requirement.

#76