diff options
Diffstat (limited to 'tests/io/resource_stream.py')
-rw-r--r-- | tests/io/resource_stream.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io/resource_stream.py b/tests/io/resource_stream.py index 37d985bf1..5656205b6 100644 --- a/tests/io/resource_stream.py +++ b/tests/io/resource_stream.py @@ -4,7 +4,7 @@ import sys try: uio.resource_stream except AttributeError: - print('SKIP') + print("SKIP") raise SystemExit buf = uio.resource_stream("data", "file2") |