Sebastian Spaeth 10024731e6 threadutil: Don't require the StringIO module
The only reason we used it here was to do a
traceback.print_exc(StringIO()) to get a string of our traceback. But we
can simply use traceback.format_exc() which exists since python 2.4.

One less module (and it is in the way to python 3 compatability too)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2011-03-11 20:34:33 +01:00
..
2011-02-21 12:26:48 +01:00
2006-08-12 05:15:55 +01:00
2006-08-12 05:15:55 +01:00
2011-01-14 19:25:11 +01:00