mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 10:13:51 +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"
|
"pygst.require() must be called before importing gst"
|
||||||
|
|
||||||
assert version == _pygst_version, \
|
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
|
# move the pygst path to the front
|
||||||
while _pygst_dir in sys.path:
|
while _pygst_dir in sys.path:
|
||||||
|
|
Loading…
Reference in a new issue