summaryrefslogtreecommitdiff
path: root/python/test/Ice/asyncio/test.py
blob: c688472887d89c64984acd786dd03ec22b7e4b86 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#


# This test requires asyncio methods which are only available with Python 3.7

if currentConfig.getPythonVersion() >= (3, 7):
    TestSuite(__name__)