diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/io/open_append.py | 2 | ||||
| -rw-r--r-- | tests/run-tests-exp.py | 2 |
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 = [ |
