mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +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,11 +1,7 @@
|
||||
# check cases converting float to int, relying only on single precision float
|
||||
|
||||
try:
|
||||
import ustruct as struct
|
||||
import usys as sys
|
||||
except:
|
||||
import struct
|
||||
import sys
|
||||
import struct
|
||||
import sys
|
||||
|
||||
maxsize_bits = 0
|
||||
maxsize = sys.maxsize
|
||||
|
||||
Reference in New Issue
Block a user