From 2986e09cfef3776a83346cf58f479492b2f07f6c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 22 Dec 2005 11:20:44 +0000 Subject: [PATCH] pygst.py.in: give the correct error when not finding the version Original commit message from CVS: * pygst.py.in: give the correct error when not finding the version --- ChangeLog | 4 ++++ pygst.py.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 285e749..ad0fe5a 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 e3d6db9..f58653b 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: -- 2.7.4