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

if __name__ == '__main__':
    import eventlet
    eventlet.monkey_patch()