pfalcon / pycopy-lib

Standard library of the Pycopy project, minimalist and light-weight Python language implementation
https://github.com/pfalcon/pycopy
Other
247 stars 70 forks source link

venv: fix fail to import os #32

Closed yukota closed 5 years ago

yukota commented 5 years ago

venv use os. but not required os.

pfalcon commented 5 years ago

Thanks for the patch! But setup.py should be updated as described in https://github.com/pfalcon/micropython-lib/wiki/ContributorGuidelines . I made that change, and made commit message a bit more clear, merged in d5c35522f7453da5e290f696539f4de9054cccec.