diff --git a/eventlet/corolocal.py b/eventlet/corolocal.py index 7998459..86c8a8d 100644 --- a/eventlet/corolocal.py +++ b/eventlet/corolocal.py @@ -1,4 +1,4 @@ - +from eventlet import api def get_ident(): return id(api.getcurrent())