deleted threads_init, dbus-0.33 users will

fail with TB, instead of segfault
This commit is contained in:
Dimitur Kirov 2006-02-18 13:14:05 +00:00
parent e748ad7990
commit 54099ff2f1
1 changed files with 2 additions and 2 deletions

View File

@ -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