deleted threads_init, dbus-0.33 users will
fail with TB, instead of segfault
This commit is contained in:
parent
e748ad7990
commit
54099ff2f1
|
@ -90,8 +90,8 @@ if '.svn' in os.listdir(path) or '_svn' in os.listdir(path):
|
|||
del path
|
||||
|
||||
import gobject
|
||||
if sys.version[:4] >= '2.4': # FIXME: remove me when we abandon python23
|
||||
gobject.threads_init()
|
||||
# TODO remove this comment
|
||||
# testing how it works without threads_init
|
||||
|
||||
import pango
|
||||
import sre
|
||||
|
|
Loading…
Reference in New Issue