unix: Rename "microsocket" module to "usocket".
Per new conventions, we'd like to consistently use "u*" naming conventions for modules which don't offer complete CPython compatibility, while offer subset or similar API.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
try:
|
||||
import microsocket as _socket
|
||||
import usocket as _socket
|
||||
except:
|
||||
import _socket
|
||||
|
||||
|
||||
Reference in New Issue
Block a user