From 1d6045effa6bd2610ec8ffa79a7551836330a222 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 22 Dec 2005 19:02:03 +0000 Subject: duh, typo Original commit message from CVS: duh, typo --- pygst.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygst.py.in b/pygst.py.in index f58653b42f..34690837b9 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" % pygst_version + "Only version '%s' is available" % _pygst_version # move the pygst path to the front while _pygst_dir in sys.path: -- cgit v1.2.3