diff options
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 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 = [ |