Nicolas Sebrecht d5493fe894 threadutil: explicitly import get_ident from thread
The python module thread is the low-level module we should avoid to use in favor
of threading. We still need it to support old python because Thread.ident
doesn't exist before python 2.6:

	http://docs.python.org/library/threading.html#threading.Thread.ident

Make it clear we should avoid it.

Reviewed-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-05-12 18:28:49 +02:00
..
2011-03-06 15:33:29 +01:00
2011-05-12 18:26:29 +02:00
2011-05-12 18:26:29 +02:00
2011-05-12 18:26:29 +02:00
2011-05-12 18:26:29 +02:00