duh, typo
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 22 Dec 2005 19:02:03 +0000 (19:02 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 22 Dec 2005 19:02:03 +0000 (19:02 +0000)
Original commit message from CVS:
duh, typo

pygst.py.in

index f58653b..3469083 100644 (file)
@@ -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: