mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 10:55:34 +00:00
duh, typo
Original commit message from CVS: duh, typo
This commit is contained in:
parent
915b66d2f1
commit
1d6045effa
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue