aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Sokolovsky2015-12-12 00:04:01 +0200
committerPaul Sokolovsky2015-12-12 00:04:35 +0200
commita6eff059b92faf9746fd148af697281791b2aeed (patch)
tree5243f665aade26125a7de9b17f0855f605ff8f6f /tests
parent967ceba5b7fc56f7642947b2c48199a4d9db0d4a (diff)
unix: Rename "_os" module to "uos" for consistency with baremetal ports.
Diffstat (limited to 'tests')
-rw-r--r--tests/io/open_append.py2
-rw-r--r--tests/run-tests-exp.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/io/open_append.py b/tests/io/open_append.py
index da420a16e..2120b72f0 100644
--- a/tests/io/open_append.py
+++ b/tests/io/open_append.py
@@ -1,6 +1,6 @@
import sys
try:
- import _os as os
+ import uos as os
except ImportError:
import os
diff --git a/tests/run-tests-exp.py b/tests/run-tests-exp.py
index a4ac26dba..3af8feae7 100644
--- a/tests/run-tests-exp.py
+++ b/tests/run-tests-exp.py
@@ -6,7 +6,7 @@
# which is to be tested, so should use minimal language functionality.
#
import sys
-import _os as os
+import uos as os
tests = [