corolocal: add missing import

This commit is contained in:
Denis Bilenko
2009-05-19 11:57:51 +07:00
parent 04ac53a7d2
commit c6f18d1de9

View File

@@ -1,4 +1,4 @@
from eventlet import api
def get_ident():
return id(api.getcurrent())