diff --git a/ChangeLog b/ChangeLog index 285e7492ee..ad0fe5ac0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-22 Thomas Vander Stichele + + * pygst.py.in: give the correct error when not finding the version + 2005-12-20 Edward Hervey * gst/gst-types.defs: diff --git a/pygst.py.in b/pygst.py.in index e3d6db989e..f58653b42f 100644 --- a/pygst.py.in +++ b/pygst.py.in @@ -49,7 +49,7 @@ def require(version): "pygst.require() must be called before importing gst" assert version == _pygst_version, \ - "Only version '%s' is available" % version + "Only version '%s' is available" % pygst_version # move the pygst path to the front while _pygst_dir in sys.path: