NiklasRosenstein / python-localimport

Isolated import of Python Modules for embedded applications.
http://niklasrosenstein.github.io/python-localimport/
MIT License
27 stars 1 forks source link

fix(setup): add Python 2.7 compatibility + fix file not found error #22

Closed JulienGrv closed 6 years ago

JulienGrv commented 6 years ago

I made the script PEP8 compliant at the same time

NiklasRosenstein commented 6 years ago

Thanks!

Could you please revert the 4-space indentation back to 2-space and the print in line 11-12 back on one line?

JulienGrv commented 6 years ago

2 spaces is actually not PEP8 compliant but I reverted back to 2 spaces anyway

NiklasRosenstein commented 6 years ago

Looks good, thanks!

NiklasRosenstein commented 6 years ago

Woops! I closed it instead of merging first.