mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
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:
parent
74782ee345
commit
2c73056985
2 changed files with 8 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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']
|
||||
|
||||
|
|
Loading…
Reference in a new issue