gst/__init__.py: don't import gobject revert ltihooks change from Johan - if it throws an exception there is a bug an...

Original commit message from CVS:
* gst/__init__.py:
don't import gobject
revert ltihooks change from Johan - if it throws an exception
there is a bug and I want to fix it
This commit is contained in:
Thomas Vander Stichele 2005-10-05 08:58:00 +00:00
parent 74782ee345
commit 2c73056985
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2005-10-05 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/__init__.py:
don't import gobject
revert ltihooks change from Johan - if it throws an exception
there is a bug and I want to fix it
2005-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:

View file

@ -30,8 +30,6 @@ except:
import pygtk
pygtk.require('2.0')
import gobject
del gobject
try:
import sys, DLFCN
@ -88,6 +86,5 @@ if __ltihooks_used__:
__ltihooks_used__ = False
del ltihooks
import sys
if 'ltihooks' in sys.modules:
del sys.modules['ltihooks']
del sys.modules['ltihooks']