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:
Paul Sokolovsky
2014-10-09 20:43:10 +03:00
parent a2d8f98a7e
commit 23b3b04072
6 changed files with 17 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
try:
import microsocket as _socket
import usocket as _socket
except:
import _socket