From a6eff059b92faf9746fd148af697281791b2aeed Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 12 Dec 2015 00:04:01 +0200 Subject: unix: Rename "_os" module to "uos" for consistency with baremetal ports. --- tests/io/open_append.py | 2 +- tests/run-tests-exp.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 = [ -- cgit v1.2.3