summaryrefslogtreecommitdiff
path: root/tests/io/file_stdio.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/io/file_stdio.py')
-rw-r--r--tests/io/file_stdio.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/io/file_stdio.py b/tests/io/file_stdio.py
index 6c08f35d7..cbdb07016 100644
--- a/tests/io/file_stdio.py
+++ b/tests/io/file_stdio.py
@@ -1,7 +1,4 @@
-try:
- import usys as sys
-except ImportError:
- import sys
+import sys
print(sys.stdin.fileno())
print(sys.stdout.fileno())