mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 01:31:08 +08:00
c9819a721d
Fix an invalid reference to os.errno. errno have been removed from os in python 3.7. The fix only replaces it by the already imported errno.