duh, typo

Original commit message from CVS:
duh, typo
This commit is contained in:
Thomas Vander Stichele 2005-12-22 19:02:03 +00:00
parent 915b66d2f1
commit 1d6045effa

View 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: