diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-12-12 00:04:01 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-12-12 00:04:35 +0200 |
commit | a6eff059b92faf9746fd148af697281791b2aeed (patch) | |
tree | 5243f665aade26125a7de9b17f0855f605ff8f6f /tests/run-tests-exp.py | |
parent | 967ceba5b7fc56f7642947b2c48199a4d9db0d4a (diff) | |
download | micropython-a6eff059b92faf9746fd148af697281791b2aeed.tar.gz micropython-a6eff059b92faf9746fd148af697281791b2aeed.zip |
unix: Rename "_os" module to "uos" for consistency with baremetal ports.
Diffstat (limited to 'tests/run-tests-exp.py')
-rw-r--r-- | tests/run-tests-exp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests-exp.py b/tests/run-tests-exp.py index a4ac26dba2..3af8feae7c 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 = [ |