duh, typo
Original commit message from CVS: duh, typo
This commit is contained in:
parent
915b66d2f1
commit
1d6045effa
@ -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…
x
Reference in New Issue
Block a user