gst/extend/discoverer.py: this is a module, not a program, so don't require versions

Original commit message from CVS:
* gst/extend/discoverer.py:
this is a module, not a program, so don't require versions
This commit is contained in:
Thomas Vander Stichele 2007-01-17 05:02:01 +00:00
parent 2b4ab44e91
commit 39b3a029bb
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2007-01-17 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/extend/discoverer.py:
this is a module, not a program, so don't require versions
2007-01-17 Thomas Vander Stichele <thomas at apestaart dot org> 2007-01-17 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: * configure.ac:

View file

@ -25,12 +25,8 @@ Class and functions for getting multimedia information about files
import os.path import os.path
import pygtk
pygtk.require('2.0')
import gobject import gobject
import pygst
pygst.require('0.10')
import gst import gst
from gst.extend.pygobject import gsignal from gst.extend.pygobject import gsignal