mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50: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,6 +1,6 @@
|
||||
# uPy behaviour only: builtin modules are read-only
|
||||
import usys
|
||||
import sys
|
||||
try:
|
||||
usys.x = 1
|
||||
sys.x = 1
|
||||
except AttributeError:
|
||||
print("AttributeError")
|
||||
|
||||
Reference in New Issue
Block a user