summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-22 19:02:03 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-22 19:02:03 +0000
commit1d6045effa6bd2610ec8ffa79a7551836330a222 (patch)
treea7c3c2a1a3d74d7779162a7721ea663ce5c765e2
parent915b66d2f188ae97d7139e4faf7d84da5a37efb9 (diff)
duh, typo
Original commit message from CVS: duh, typo
-rw-r--r--pygst.py.in2
1 files changed, 1 insertions, 1 deletions
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: