summaryrefslogtreecommitdiff
path: root/tests/io/open_plus.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/io/open_plus.py')
-rw-r--r--tests/io/open_plus.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/io/open_plus.py b/tests/io/open_plus.py
index 3cb2330ee..5199861a4 100644
--- a/tests/io/open_plus.py
+++ b/tests/io/open_plus.py
@@ -1,7 +1,4 @@
-try:
- import uos as os
-except ImportError:
- import os
+import os
if not hasattr(os, "remove"):
print("SKIP")