blob: 5e4ba55984130dfa406211217dadb8bb65d4a17f (
plain)
1
2
3
4
5
6
7
8
9
|
# -*- coding: utf-8 -*-
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
# This test requires asyncio methods which are only available with Python 3.7
if sys.version_info >= (3, 7):
TestSuite(__name__)
|