mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
tests: Replace umodule with module everywhere.
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
# test that socket.accept() on a socket with timeout raises ETIMEDOUT
|
||||
|
||||
try:
|
||||
import uerrno as errno, usocket as socket
|
||||
except:
|
||||
import errno, socket
|
||||
import errno, socket
|
||||
|
||||
try:
|
||||
socket.socket.settimeout
|
||||
|
||||
Reference in New Issue
Block a user