summaryrefslogtreecommitdiff
path: root/tests/env_test_hub.py
blob: 0511d48bb14aec2ff78559b9e84e9e151bf59de8 (plain)
1
2
3
4
5
6
# no standard tests in this file, ignore
__test__ = False

if __name__ == '__main__':
    from eventlet import hubs
    print(hubs.get_hub())